@charset "UTF-8";
/* CSS Document */
.logo{
    display: flex;
    justify-content: center;
}
.logo img{
    width: 400px;
}
h1{
    font-size: 25px;
    text-align: center;
    font-weight: 200;
}
@media screen and (max-width:767px){
    .logo img{
    width: 300px;
}
    h1{
        font-size:11px;
        margin-top: 200px;
    }
    
    
    
}