*{
    padding: 0;
    margin: 0;
    font-family: OpenSans;
}
@font-face {
    font-family: "OpenSans";  
    src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
}
body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top_footer{
    display: flex;
    font-display: block;
    justify-content: center;
    align-items: center;
}
.top_footer img{
    height: 100px;
    padding: 20px;
}
.top_footer h1{
    font-size: 50px;
}
.top_footer a{
    text-decoration: none;
    color: #000;
}
.type_user{
    display: flex;
    font-display: block;
    justify-content: center;
    align-items: center;
}
.type_user img{
    display: flex;
    align-items: center;
    height: 150px;
    padding: 70px;
}
.type_user a{
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 25px;
}
.icon{
    display: block;
    opacity: 1;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
}
.icon:hover {
    transform: scale(1.2,1.2);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
}



/*ДЛЯ МОБИЛЬНЫХ*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px){
    .wrapper{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .top_footer img{
        height: 70px;
        padding: 10px;
    }
    .top_footer h1{
        font-size: 20px;
        margin-right: 10px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 100px;
        padding: 40px;
    }
    .type_user a{
        font-size: 15px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px){
    .wrapper{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .top_footer img{
        height: 70px;
        padding: 10px;
    }
    .top_footer h1{
        font-size: 25px;
        margin-right: 5px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 100px;
        padding: 50px;
    }
    .type_user a{
        font-size: 20px;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 896px){
    
    .top_footer img{
        height: 100px;
        padding: 10px;
    }
    .top_footer h1{
        font-size: 25px;
        margin-right: 5px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 130px;
        padding: 50px;
    }
    .type_user a{
        font-size: 20px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px){
    .top_footer img{
        height: 100px;
        padding: 10px;
    }
    .top_footer h1{
        font-size: 25px;
        margin-right: 5px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 130px;
        padding: 50px;
    }
    .type_user a{
        font-size: 20px;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 896px){
    .top_footer img{
        height: 100px;
        padding: 10px;
    }
    .top_footer h1{
        font-size: 25px;
        margin-right: 5px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 130px;
        padding: 50px;
    }
    .type_user a{
        font-size: 20px;
    }
}

/*ДЛЯ ПЛАНШЕТОВ*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .top_footer img{
        height: 150px;
        padding: 20px;
    }
    .top_footer h1{
        font-size: 40px;
        margin-right: 5px;
    }
    .type_user{
        flex-direction: column;
    }
    .type_user img{
        height: 200px;
        padding: 50px;
    }
    .type_user a{
        font-size: 25px;
    }
}











