@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    max-height: 100vh;
    /* background-color: #19172e; */
    background-color: black;
    font-family: 'Poppins', sans-serif;
    /* background-image: url('img.jpg'); */
    background: url('assets/img2.jpg') rgba(0, 0, 0, 0.3);
    min-height: 100%;
    background-size: cover;
    background-blend-mode: color-burn;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    color: black;
}

.title h2{
    color: black;
}

ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
li{
    list-style: none;
    margin-left: 20px;
    color: black;
    font-size: 18px;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.heading{
    margin: 3rem;
    text-align: center;
    color: white;
}

h3{
    text-align: center;
    font-size: 1.5rem;
    color: white;
    font-weight: 600;

}

h2{
    text-align: center;
    color: white;
    font-weight: 500;
}
.audio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.audio-box{
    text-align: center;
    padding: 20px;
    background-color: transparent;
    border: 1px solid whitesmoke;
    margin: 20px;
}

.video{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.video-box{
    text-align: center;
    padding: 20px;
    background-color: transparent;
    border: 1px solid whitesmoke;
    margin: 20px;
}