body { 
    background-color: pink;
    background-image: url("../images/gameshow.jpg");
    background-position: center;
}

#guess { 
    text-align: center;
    margin: auto;
    color: grey;
}

#guessButton:hover { 
    transform: scale(1.05);
    color: grey;
}

#guessInput { 
    color: blue;
    text-align: center;
}

#result { 
    text-align: center;
    width: 100%;
    height: 100px;
    font-size: 2em;
    font-family: 'Lucida Sans';
    background-color: white;
}