body {
    padding: 0;
    margin: 0;
    background-image: url('../assets/bg.jpeg');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    color: #fff;
    width: 300px;
    max-width: 750px;
    min-width: 480px;
    margin: 0 auto;
}

html {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.lastResult {
    color: white;
    padding: 7px;
}

.guesses {
    color: white;
    padding: 7px;
    background-color: #7a7a7a;
}

#subt {
    background-color: #3d6a6e;
    color: #ffffff;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    font-size: 20px;
    border-style: none;
    margin-top: 10px;
}

#guessField {
    color: #000;
    width: 250px;
    height: 50px;
    font-size: 30px;
    border-style: none;
    margin-top: 25px;
    display: block;
    text-align: center;
    margin: 10px auto 0;
}

#guess {
    font-size: 55px;
    margin-top: 120px;
    color: #fff;
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
    width: 450px;
    box-shadow: 0px 0px 11px 0px #7f7f7f80;
    color: #fff;
    font-size: 25px;
    max-width: 100%;
}

h1 {
    color: #fff;
    text-align: center;
}

p {
    font-size: 16px;
    text-align: center;
}