body{
    font-family: 'Roboto', sans-serif;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 32px;
    background-size: 750px;
    
}

.logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
    width: 350px;
}

.content button{
    display: block;
    background-color: #FFCE00;
    border: none;
    padding: 10px;
    border-radius: 20px;
    margin-left: 52%;
    margin-top: 100px;
    color: #003868;
    font-weight: 900;
    font-size: 15px;
    
}

.adress{
    color: #003868;
    font-size: 20px;
    text-align: center;
    margin-top: 150px;
}

.adress a{
    text-decoration: none;
    color: #003868;
    font-size: 30px;
    font-weight: bold;

}


@media screen and (max-width: 750px){
    body{
        background-size: contain;
        margin-top:100px;
    }

    .logo img{

        margin-top: 50%;
        width: 60%;
    }

    .content button{
        margin-right: auto;
        margin-left: auto;
        margin-top: 40px;
        font-size: 10px;
        
    }

    .adress{
        font-size: 10px;
        margin-top: 15px;
    }

    .adress a{
        font-size: 20px;
        font-weight: bold;
    
    }

}