* {
    margin: 0;
}

.header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(fon/cat.jpg) 30% 30% no-repeat;
    background-size: cover;
    height: 400px;
}

@font-face {
    font-family: cs;
    src: url(fonts/Comic_Sans_MS.ttf)
}

.header-logo {
    color: antiquewhite;
    font-family: cs;
    font-size: 5em;
    text-shadow: 8px 8px 5px #2F4F4F;
    animation: text-focus-in 3s;
    margin-left: 3%;
    margin-bottom: 10%;
}

@keyframes text-focus-in {

    0% {
        filter: blur(8px);
        opacity: 0.9;
    }

    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.advant {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9ACD32;
    border-bottom: 5px solid #6B8E23;
    border-top: 5px solid #6B8E23;
	padding-top: 50px;
	padding-bottom: 50px;
}

.advant-icon {
    background-color: #32CD32;
    border: 5px solid black;
    border-radius: 50%;
    padding: 40px;
    margin-left: 5%;
    margin-right: 5%;
}

.advant-icon:hover {
    background-color: #ADFF2F;
}

.aticle-item-container {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.aticle-item {
    padding: 20px;
    margin: 10px;
    background-color: #FF84C1;
    max-width: 345px;
    border: 5px solid #AFCEFF;
}

.aticle img {
	border: 5px solid #AFCEFF;
}

.aticle p {
    text-align: justify;
    margin-top: 10px
}

h1,
h2 {
    font-family: cs;
    margin-top: 20px
}

.aticle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(#0A5F38, #90ee90, #99ff99, #66ff00, white);
	height: 400px;
}

.avtr {
    font-family: cs;
    font-size: 2.5em;
    color: #121910;
}
