body {
    background-color: rgb(0, 10, 19);
}
html {
    background-color: rgb(0, 10, 19);
}
h1 {
    color: rgb(204, 211, 252);
    margin-bottom: 0px;
    font-size: 5svh;
}
select {
    background-color: black;
    color: rgb(238, 200, 255);
    border-width: 1px;
    border-color: aqua;
    border-radius: 10px;
    padding: 10px;
    margin-top: 1px;
    width: 70svw;
    height: 20svh;
    margin-bottom: 20px;
    font-size:4svh
}
audio {
    width: 90svw;
}
