*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html{
    box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(188, 191, 206);
    background: rgb(28, 27, 35);
}
h1{
    
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

audio{
    margin-bottom: 1em;
}