@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
*{
    font-family: 'Train One', cursive;
}
body{
    background-color: black;
}
#file_id {
    position: fixed;
    top: 150px;
    left: 10px;
    z-index: 100;
    background-color: rgb(0, 0, 0);
    border: 2px solid white;
    color: white;
    width: 330px;
}
  
#canvas {
    position: fixed;
    left: 0;
    top: 15%;
    width: 100%;
    height: 100%;
}
  
audio {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}

h1{
    color: white;
    font-size: 50px;
}
audio{
    outline: none;
    opacity: 30%;
}