body {
    font-family: Arial, sans-serif;
    margin: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 0.5rem 0.75rem;
    z-index: 1000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

a,
header,
p {
    text-align: center;
}

div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

button {
    font-size: 3rem;
    margin: 5px;
    padding: 5px;
    background-color: rgb(251, 184, 41);
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
}

button[class="muteButton"] {
    width: 4.7rem;
}

button:hover {
    background-color: #45b300;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

label,
input[type="range"] {
    padding-top: 15px;
    padding-bottom: 15px;
}