body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #fff;
}

#factoid {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
}

#sentence {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#controls {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#currentColor {
    margin-top: -0.25em;
    font-family: serif;
}

#generator {
    font-size: medium;
    appearance: none;
    background-color: transparent;
    box-shadow: none;
    border-color: #000;
}

#otherValues {
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
}
#otherValues h2 { 
    position: relative;
    transform: translateY(25%);
}