body {
    background: #145002;
    padding: 0 10px;
    height: 10vh;
    color: rgb(0, 0, 0);
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    vertical-align: center
}

h1 {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 50px;
    text-indent: 10px;
}

h2 {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 30;
    color: White;
}

h3 {
    padding-bottom: 0;
}

.column {
    float: left;
}

p {}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.blinkingwheel {
    height: 123px;
    margin-left: 32px;
}

.disclaimer {
    margin-right: 32px;
}

.disclaimertext {
    font-family: "serif";
    color: red;
}


