@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins.ttf);
}
/* * * * About us * * * */
.about-us p {
    width: 90%;
    margin: 20px auto;
    font-size: 24px;
    text-align: center;
}

#about-us {
    scroll-margin-top: 80px;
}

/* * * * Future Events * * * */
.future-events {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.future-events table {
    margin-top: 20px;
}

.future-events h4 {
    font-weight: 300;
    font-size: 1.8rem;
}


/* * * * Cast * * * */
.one-group-cast {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.one-group-cast img {
    width: 800px;
    border-radius: 50px;
    box-shadow: 0 0 10px #151922;
}

.portrait-photo {
    height: 800px;
    width: auto !important;
}

.cast-names {
    font-family: Kurale;
    font-size: 2rem;
}

/* * * * Our CD * * * */
.one-disc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.one-disc img {
    width: 600px;
    height: auto;
    box-shadow: 5px 5px 10px #151922;
}

.one-disc h3 {
    font-family: Kurale;
    font-size: 2.5rem;
    text-align: center;
}

.disc-description {
    width: 600px;
}

.disc-description ol {
    margin-left: 30px;
}

.disc-description li {
    font-weight: bold;
    font-size: 1.1rem;

}

.disc-description h4 {
    display: inline-block;
    font-size: 1.1rem;
    margin-top: 10px;
}

.disc-description h5 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
}

.disc-description p {
    margin-left: 10px;
    font-size: 1rem;
    font-style: italic;
}

.disc-description h3 {
    font-size: 2rem;
    text-align: left;
}

.bonus {
    font-family: Poppins !important;
    font-size: 24px !important;
    margin-top: 10px;
}

