.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: light;
}

body {
    background-color: #232830;
}

.nav_bar {
    font-size: large;
    color: whitesmoke;
    display: flex;
    justify-content: space-between;
}

.right_navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin: 10px;
}

.names {
    font-style: italic;
    margin-right: 15px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 0%;
    width: 12500px;
}

.left_navbar {
    margin: 15px;
    font-size: x-large;
}

.coder_image {
    object-fit: fill;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.below_image_text1 {
    color: #ff7575;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.below_image_text2 {
    text-align: center;
    color: whitesmoke;
    margin: 0px;
    margin-bottom: 20px;
}

.navrow {
    padding-top: 10px;
    border-top: 1px solid #4d4d4d;
    color: #4d4d4d;
    display: flex;
    justify-content: space-between;
}

.symbols {
    margin: auto 20px;
    gap: 10px;
    display: flex;
    flex-direction: row;

}



.card1,
.card2,
.card3,
.card4,
.card5,
.card6,
.card7,
.card8,
.card9 {
    padding: 20px;
    margin: 20px;
    background-color: whitesmoke;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
}

.image_style {
    width: 100%;
    border-radius: 10%;
    height: 250px;
}

.row1,
.row2,
.row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.footer_border {
    width: 300px;
    text-align: center;
    display: flex;
    
    justify-content: space-evenly;
    margin: auto;
    font-style: italic;
    color: whitesmoke;
    border-bottom: 1px solid #4d4d4d;
}

.selected {
    border-top: 2px solid #ff7575;
    color: #ff7575;
}

.footer {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {

    .nav_bar,
    .navrow {
        flex-direction: column;
        justify-content: center;
    }

    .left_navbar {
        margin: auto;
        justify-content: center;
        margin-bottom: 10px;
    }

    .right_navbar {
        margin: auto;
        justify-content: space-evenly;
    }

    .symbols {
        justify-content: center;
    }

    .names {
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }


    .row1,
    .row2,
    .row3 {
        flex-direction: column;
        justify-content: center;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .card5,
    .card6,
    .card7,
    .card8,
    .card9 {

        width: 50%;
        margin: 10px auto;
        justify-content: center;
    }


}