.fondo {
    background-image: url(img/fondo_web_vektor.jpg);
    background-size: cover;
}

h1 {
    color:white;
    text-align: center;
    font-size: 60px!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700!important;
    text-transform: uppercase;
}

.subt {
    font-weight: 300!important;
    font-size: 30px;
    text-transform: none;
}

a {
    color: white!important;
    margin: 10px;
}


@media(max-width:600px) {
    h1 {
        color:white;
        text-align: center;
        font-size: 30px!important;
        font-family: 'Oswald', sans-serif;
        font-weight: 700!important;
        text-transform: uppercase;
    }
    
    .subt {
        font-weight: 300!important;
        font-size: 20px;
        margin-top: 40px;
    }

    a {
        margin-top: -10px!important;
    }

}