body {
    background-color: darkgrey;
}
#H {
    font-size: 30px;
    float: left;
}
#C {
    font-size: 30px;
    float: right;
    text-align: right;
}
#SCORE {
    margin-top: -1000px;
    display: inline;
    width: 30%;
    margin: 20px auto;
    text-align: center;
}
.reset {
    margin-top: 300px;
}
h1 {
    margin: auto;
    font-size: 20px;
    color: darkgrey;
    text-align: center;
}
img {
    width: 175px;
    height: auto;
}
h3 {
    color: white;
    font-size: 200%;
    text-align: center;
}
button {
margin: black 1px;
}
