body {
    font-family: 'Roboto', sans-serif;
    background-color: #282c34;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
}

.container {
    text-align: center;
}

input[type="range"] {
    width: 80%;
    margin-top: 20px;
    background: #61dafb;
    border: none;
    height: 3px;
    outline: none;
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: #61dafb;
    border-radius: 50%;
}

audio {
    width: 100%;
    margin-top: 20px;
    background: none;
    border:red;
    outline: red;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color:rgb(198, 53, 0);
}


h2{
    font-size: 2em;
    margin-bottom: auto;
    color:rgb(120, 213, 213);
}

h3{
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:rgba(255, 217, 0, 0.921);
    
}