input {
    border: none;
    width: 30%;
    height: 2em;
    padding: .5em;
    border-bottom: 1pt solid var(--primary);
    margin: 1em 0;
    text-align: center;
}


.audiobar {
    position: fixed;
    bottom: 35vh;
    right: 0;
    background-color: white;
    height: 18em;
    width: 8em;
    color: var(--primary);
    padding: 2em;
}