body {
    background-color: rgb(0, 217, 255);
    text-align: center;
    line-height: 10px;
}
#RoundCount {
    font-size: 72px;
    line-height: 2px;
    color: orange;
    font-family: monospace;
    color: rgb(96, 20, 167);
}
h4 {
    color: rgb(96, 20, 167);
    font-size: 40px;
}
button {
    font-size: 40px;
    color: rgb(142, 255, 142);
    background-color: rgb(82, 82, 185);
    border: 2px solid rgb(144, 64, 236);
    border-radius: 50px;
    font-family: lobster;
}
.result {
    color: rgb(82, 82, 185);
    font-size: 20px;
}

div #ScoreBoard {
    font-size: 40px;
}
.container {
    line-height: 18px;
    background-color: rgb(179, 253, 179);
    margin: 100px;
    padding: 50px;
}
h2 {
    color: purple;
}

