.buttons {
    width: fit-content;
    height: fit-content;
    background-color: #313142;
    padding: 10px;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
#trailFade {
    top: 60px;
}
#oneColor {
    top: 120px;
}
#colorPicker {
    top: 180px;
    right: 10px;
    border: none;
    position: absolute;
    border-radius: 100px;
    background-color: cadetblue;
}
#note {
    font-size: 20px;
    margin: 0;
    color: #720000;
}
#info {
    position: absolute;
    padding: 10px;
    margin: 0;
    background-color: #1b2f2f;
    z-index: +1;
    display: none;
    color: #868686;
    font-family: Geneva, serif;
}
.infoHeader {
    text-decoration: underline;
    font-weight: bold;
}
.keybinds {
    margin: 0;
    color: white;
}
.information {
    margin: 0;
    color: white;
}
.infoGroup {
    margin-bottom: 30px;
}