.banner {
    color: rgb(0, 255, 119);
    font-size: 30px;
    font-family: sans-serif;
}

#number-guess, #result , #history{
    max-width: 400px;
    margin: 0 auto;
}

#history{
    margin-top : 20px;
}