#navbar {
    gap:2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}
#navbar a {
    color: white;
    text-decoration:none;
    padding: 20px 70px;
}
#nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex: 1;
}
#pec{
    margin-left: 20px;
}
#box{
    padding-top: 1%;
    margin-left: 50px;
    height:30px;
    background-color: blue;
    border-radius: 15%;
    margin-top: 10px;
}
#head { 
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}
#gdg1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}
#gdg-png {
    width: 80px;
    height: 80px;
}
#gdg1 strong {
    margin-top: 10px;
    font-size: 30px;
}
#gdg2{
    flex: 1;
    text-align: right;
}
#gdg2 img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-right: 0;
}
#About{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}
#about{
    font-size: 160%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}
@media (max-width:768px) {
    #About {
        flex-direction: column;
        text-align: center;
    }
    .about-text h2 {
        text-align: center;
    }
    .about-text {
        font-size: 16px;
    }
    .about-image img {
        max-width: 90%;
    }
}
#cartoon img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 450px;
}
.items-container {
    display: flex;
    flex-wrap: wrap;
    gap:30px ;
    background-color:white;
    padding: 30px 30px 30px 30px;
}
.item-card {
    height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1 0 300px;
    gap: 16px;
    font-size: .7rem;
    background-color: white;
    padding: 16px;
    cursor: pointer;
    overflow: hidden;
}

.item-card img {
    height: 300px;
    width: 100%;
    border: 2px solid black;
    object-fit: cover;
}

.item-card a {
    text-decoration: none;
    font-weight: bold;
    color: #007185;
}
#see{
    text-align: center;
}
#profiles {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 10px 20px;
    padding-bottom: 130px;
}
