*{
    margin: 0;
}
body{
    width: 100%;
    height: auto;
    background-color: rgb(12, 12, 12);
}



.all{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;

}
.main{
    width: 100%;
    height: 90vh;
    overflow-y: auto;
}


#aaA{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img{
    color: rgb(255, 255, 255);
}


audio{
    height: 20px;
}