#myDiv {
    margin: 161px 50px 50px 50px;
    width: 265px;
    height: 265px;
    background-color: green;
    border-radius: 10%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
a{
    text-underline: none;
}
.header {
    background-color: #A07855FF;
    padding: 1px;
    text-align: center;
    color: #D4B996FF;
    font-size: 22px;
    cursor: default;
}

body {
    background-color: #D4B996FF;
    margin: 0px;
    overflow-x: hidden;
}

#buttons {
    margin: 50px 20px 20px 50px;
}

button {
    margin: 1px 10px 19px 0px;
    padding: 5px 10px;
    border: solid 2px black;
    background-color: #D4B996FF;
    font-size: 25px;
    width: 240px;
}

button:hover {
    background-color: black;
    color: #D4B996FF;
    cursor: pointer;
}

button:disabled {
    background-color: #D4B996FF;
    color: white;
    border-color: white;
}

button:active {
    background-color: #D4B996FF;
    color: white;
    border-color: white;
}

.activeButton {
    background-color: #D4B996FF;
    color: white;
    border-color: white;
}

.activeButton:hover {
    background-color: white;
    color: #D4B996FF;
}

.funButton {
    width: 80px;
    margin: 1px 10px 19px 10px;
}

#hoverP {
    margin: 10px 10px 10px 50px;
    font-family: Arial, serif;
}

.customText {
    margin: 0px 10px 10px 10px;
    padding: 5px 10px;
    border: solid 2px white;
    font-size: 25px;
    width: 216px;
}

.customColor {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
    margin: 0px 10px;
    width: 240px;
    height: 27px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.customColor::-webkit-color-swatch {
    border: none;
    border-radius: 15px;
}

#customColorSubmit {
    margin: 10px;
}

#divPar {
    font-size: 70px;
    color: #D4B996FF;
    padding-top: 20px;
}

#freePlayButton {
    background-color: #A07855FF;
    border-color: #A07855FF;
    color: #D4B996FF;
}

#freePlayButton:hover {

}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    border: none;
    height: 7px;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: white;
    border-radius: 15px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: 0px; /* Centers thumb on the track */
    background-color: #A07855FF;
    height: 24px;
    width: 12px;
    border-radius: 15px;
}