

body{
    background: rgb(67, 117, 144);
}
.simpson {
    background: rgb(67, 117, 144);
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    background: rgb(67, 117, 144);
}

header>h1{
    font-size:1.5em;
    font-family: "Raleway", sans-serif;
    text-align:  center;
    margin-bottom: 0px;
    color: #fcf2f2;
    font-weight: 600;
}
header>h2{
    font-size:2.50em;
    text-align:  center;
    color: #fcf2f2;
    padding: 0px 10px 0px 10px;}
header>h3{font-size:1.50em;
    text-align: center;
    color: #be0f0f;
    padding: 0px 10px 0px 10px;}
header>p{
    font-size: 1.2em;
    padding: 1px 20px 1px 20px;
    text-align:center;
    color:#fffcfe;
}
.no_star_item{
    font-size: 1.2em;
    padding: 1px 20px 1px 20px;
    text-align:justify;
    color:#fffcfe;
}
section{
    background: rgb(133, 146, 154);
}
section>h3{font-size:1.50em;
    text-align:  center;
    color: #fcf2f2;
    padding: 10px 20px 10px 20px;}
section>h2{
    font-size:1.50em;
    text-align:  center;
    color: #fcf2f2;
    padding: 10px 20px 10px 20px;
}
section>p{font-size: 1.1em;
    padding: 1px 20px 1px 20px;
    text-align:center;
    color:#fffcfe;
}
strong
{
    color: #000000;
}
.container {
width:17%;
height:17%;
display:inline-block;
}


svg {
width:100%;
height:100%;

}
svg:hover {
filter:drop-shadow(2px 4px 7px #050505) ;
}
#img {
transform-origin:110px 110px;
  -webkit-transition: -webkit-transform 1s ease-in-out;
          transition:         transform 1s ease-in-out;

}

#img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
a, a:visited { /* порядок правил для ссылок имеет значение */
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #ff0347;
    text-decoration:none;
}
a:focus, a:active {
    color: #ff034b;
    text-decoration: underline;
}

.img{
    width:100%;
    height:100%;
    margin: 30px 0px 0px 0px;
}
form{
        background-color: rgb(133, 146, 154); ;
        font-weight: bold;
        height:25px; width:265px;
        margin-top: 0.9%;
        font-size: 0.9em;
        color: #000000;
        margin: 2px 0px 0px 0px;
        text-align: left;
}
@media screen and (max-width: 1069px){
    header>h1{
        font-size:1.3em;
    }
}
@media screen and (max-width: 931px){
    header>h1{
        font-size:1.1em;
    }
    header>h2{
        font-size:2.0em;
    }
}
@media screen and (max-width: 793px){
    header>h1{
        font-size:1.0em;
    }
    header>h2{
        font-size:1.3em;
    }
    header>h3{font-size:1.1em;
    }
    header>p{
        font-size:0.9em;
    }
    section>h3{font-size:1.1em;
    }
    section>h2{
        font-size:1.3em;
    }
    section>p{font-size: 0.9em;
    }
    .no_star_item{
        font-size: 0.9em;
    }
    form{ font-size: 0.9em;
    }

}



