html, body {
    background-image: url(images/blurred.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    color: white;
}


h1 {
    margin-bottom: 3%;
}

#submit {
    margin-top: 3%;
}

@media (max-width: 730px){
    html, body {
        background-position: left;
    }
}