.control-container {
    display: grid;
    place-items: center;
    padding-bottom: 100px;
}

.control-section {
    position: fixed;
}

.control-button {
    margin: 2px;
    height: 30px;
    width: 120px;
    color: white;
    background-color: rgb(22, 20, 20);
    border: 1px solid black;
    cursor: pointer;
}

