*{
    padding: 0;
    margin: 0;
    font-family: 'Impact', monospace  ;

}
a{
    text-decoration: none;
}
html{
    background: url('../images/fon2.jpg') no-repeat;
    background-size: cover;

}
footer{
    position: absolute;
    bottom: 10px;
}
h2{
    color: darkred;
    background: antiquewhite;
    display: inline;
}
form button{
background: aqua;
}
form input{
    background: cornflowerblue;
}

form input::placeholder{
color: chartreuse;
}
.kontakt{
background: #3968e0;
    width: 300px;
    border-radius: 10px;
    padding: 5px ;

    margin: auto;
}
.logo_main img{
    border-radius: 10px;
}
.logo_group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 70vh;
}
.logo{
    border: coral  solid 2px;
    background: coral ;
   display:block;
    width: 130px;
    margin-left: 60px;
    cursor: help ;
}
.logo:hover{
    /*transition: all 0.4s ease;*/
    transform: scale(1.5);   /* начальное состояние */
    transition: transform 0.3s ease;
    box-shadow: 0 0 20px coral;
}
content h1{
    color: #0029ff;
text-align: center;
    display: block;
}
#like_f{
 display: block;
    text-align: center;
}
#like{
    padding: 5px;
    font-size: 1.2em;
}
.logo_main, section{
    text-align: center;
    display: block;
}
section{
    display: block;
}
section table{
    margin: auto;
}
.div_like_cent{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
