html, body {
background-image: url("https://images.unsplash.com/photo-1509624776920-0fac24a9dfda?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1200&q=60");
background-repeat: no-repeat;
background-size: 120rem;
background-position: top;
}

#guessField {
height: 5vh;
width: 47.7vw;
padding: 20px;
font-size: 5vh;
border: 4px;
border-color: black;
color: rgb(41, 34, 34);
text-shadow: 1px 1px  blue;
}

label {
    height: 15vh;
    width: 50vw;
    padding: 20px;
    font-size: 6vh;
    color: rgb(41, 34, 34);
text-shadow: 1px 1px  blue;
}

.guessSubmit {
    height: 15vh;
    width: 50vw;
    margin-left: 0%;
    padding: 0%;
    font-size: 5vh;
    color: rgb(41, 34, 34);
text-shadow: 1px 1px  blue;
}

p {
height: 2vh;
width: 50vw;
font-size: 2vh;
color: rgb(41, 34, 34);
text-shadow: 1px 1px  blue;
}

.center {
padding-left: 20%;
}

em, h1 {
color: rgb(41, 34, 34);
text-shadow: 1px 1px  blue;
}

button {
padding: 20px;
background-color: whitesmoke;
}

.lastResult {

background: transparent;

}