body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    background-color: black;
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: hidden;
    
}
.menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: rgb(212, 212, 212);

   
    
}

.title{
    font-size: x-large;
    cursor: pointer;
}

.main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    
}

.main-menu a{
    cursor: pointer;
    text-decoration: none;
    color: white;
}


.intro {
    color: white;
    text-align: center;
    margin: 50px;
    width: 700px;
    font-size: larger;
    font-weight: bold;
   

}

.main{
    margin-top: 90px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.monu{
    
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px;
}

img{
    width: 300px;
    height: 200px;
}

.hymn{
    width: 800px;
    margin-bottom: 30px;
}

#audio-samples{
    font-size: x-large;
    color: black;
    width: 100%;
    text-align: center;
    margin: 30px;
    padding: 10px;
    background-color: rgb(237, 207, 14);
}


.audio-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.audio-title{
    margin: 10px;
    color: rgb(237, 207, 14) ;
    font-size: large;
}