@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
}

.panel {
    position: fixed;
    left: 5px;
    top: 5px;

    color: white;

    font-size: 2rem;
    font-family: "Ubuntu", sans-serif;
}

.fox {
    position: fixed;
    left: 0;
    bottom: 0;
    
    pointer-events: none;
    z-index: 100;
}

input[type=range] {
    width: 100%;
}

.side-by-side {
    width: 100%;
    
    display: flex;
    justify-content: space-between;
}

#speaker-box {
    position: fixed;
    right: 5px;
    top: 5px;
    font-family: "Ubuntu", sans-serif;
    font-size: 2rem;
}

.list-space {
    height: 100%!important;

    display: flex;
    justify-content: space-between;
}

.name {
    text-transform: none!important;
}

.profile {
    height: 100%;
}