.controlButton {
    position: fixed;
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

#toggleButton {
    top: 10px;
    right: 10px;
}

#clearButton {
    top: 40px;
    right: 10px;
}