#rotationResult {
    color: blue;
    background-color: lightgray;
    font-weight: bold;
}
h1 {
    color: rgb(146, 205, 146);
    background-color: rgb(111, 54, 54);
    border-radius: 10px;
    text-align: center;
}
h2 {
    color: rgb(146, 205, 146);
    background-color: rgb(111, 54, 54);
    border-width: thick;
    border-style: solid;
    border-radius: 100px;
}
.bulletPoints{
   color: rgb(31, 66, 147);
}