.main{
    width: 100%;
    min-height: 700px;
    display: flex;
    flex-direction: column;
   
    
}
/* .audio{
    margin-top: 280px;
} */

.top{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.below{
    margin-top: px;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}