body {
    margin: 0;
}

h1 {
    text-transform: uppercase;
}

.main {
    background: url(assets/baustella.jpg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    width: 100vw;
}

.logo {
    padding-top: 50px;
    text-align: center;
}

.text {
    position: absolute;
    top: 50%;
    color: #FFF;
    text-align: center;
    width: 100%;
    transform: translate(0, -50%);
}
@media only screen and (max-width:1024px){
    .main{
        background-position: right;
    }
    h1 {
        font-size: 50px;
    }
    .text p{
        font-size: 23px;
    }
}
@media only screen and (max-width:550px){
    h1 {
        font-size: 30px;
    }
    .main {
        background: url(assets/baustella-mobile.jpg);
        background-position: center;
    }
    .main {
        background: url(assets/baustella-mobile.jpg);
        background-position: unset;
        background-size: cover;
    }
}