body{

    background-color: purple;
}
header {
    border: 3px solid black;
    font-size: 20px;
    text-align: center;
    margin: 15px auto;
    height: 300px;
    width: 80%;
}

#underscore {
    border: 3px solid black;
    font-size: 50px;
    text-align: center;
    margin: 50px auto;
    height: 150px;
    width: 80%;
}

#rightguess {
    border: 3px solid black;
    font-size: 50px;
    text-align: center;
    margin: 50px auto;
    height: 150px;
    width: 80%;
}

#wrongguess {
    border: 3px solid black;
    font-size: 50px;
    text-align: center;
    margin: 50px auto;
    height: 150px;
    width: 80%;
}

#remains {
    border: 3px solid black;
    font-size: 50px;
    text-align: center;
    margin: 50px auto;
    height: 150px;
    width: 80%;
}

img{
    height: 250px;
    width: 250px;
}