img {
    position: absolute;
    left:0px;
    top:0px;
    overflow: hidden;
    height:25vh;
} body {
    margin:0;
    background-color:rgb(23, 23, 23);
    overflow: hidden;
} span {
    display:block;
    width:100vw;
    text-align: center;
} audio {
    height:3vh;
    background-color: black;
} button {
    background-color:rgb(23, 23, 23);
    color:white;
    border: 1px solid white;
    margin-right:5px;
    height:7vh;
    cursor:pointer;
} div {
    display: flex;
    align-items: center;
    height:100vh;
}
