#aboutUsContainer{
    margin-top: 40px;
    width: inherit;
    height: auto;
    border-top: 1px solid rgb(123, 123, 123);
    border-bottom: 1px solid rgb(123, 123, 123);
    border-radius: 10px;
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#about-logo-break img{
    width: 20px;
}
#aboutOneLiner{
    font-size: 3vw;
    opacity: 0;
    transform: translateX(80px);
    transition: 0.5s ease;
}

#aboutOneLiner span{
    color: yellow;
}
#about-logo-break{
    width: 101px;
    display: flex;
    justify-content: space-between;
    color: white;
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s ease;
}
#aboutBoxContainer {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px;
    margin-top: 10px;
}

#aboutTxtBox {
    grid-column: 1 / -1; /* Make it span across both columns */
}
#aboutTxtBox{
    width: 42vw;
    color: white;
    height: auto;
    border: 1px solid #ffffff73;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box; 
    background-color: #00000075;
}
#aboutTxtBox h3{
    font-size: 1.8vw;
    margin-bottom: 5px;
}
#educationBox{
    width: 20vw;
    border: 1px solid #ffffff73;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #00000075;
}
#educationBox img{
    width: 2vw;
}
#languageBox{
    width: 20vw;
    border: 1px solid #ffffff73;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #00000075;
}
#hobbiesBox{
    width: 20vw;
    border: 1px solid #ffffff73;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #00000075;
}
#contactInfoBox{
    width: 20vw;
    border: 1px solid #ffffff73;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #00000075;
}
#aboutBoxContainer #educationBox:hover{
    transition: 1s ease;
    border: 1px solid yellow;
    cursor: pointer;
    transform: translateY(-2px);
}
#aboutBoxContainer #languageBox:hover{
    transition: 1s ease;
    border: 1px solid yellow;
    cursor: pointer;
    transform: translateY(-2px);
}
#aboutBoxContainer #hobbiesBox:hover{
    transition: 1s ease;
    border: 1px solid yellow;
    cursor: pointer;
    transform: translateY(-2px);
}
#aboutBoxContainer #contactInfoBox:hover{
    transition: 1s ease;
    border: 1px solid yellow;
    cursor: pointer;
    transform: translateY(-2px);
}
#aboutTxtBox h3{
    margin-bottom: 10px;
}
#educationImg{
    font-size: 1.5vw;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-left: 15px;
    gap: 5px;
}
#educationYear{
    margin-top: 5px;
    font-size: 19px;
    opacity: 0.6;
    margin-bottom: 5px;
}
.eBox p{
    font-size: 14px;
    margin-bottom: 5px;
}
#hobbiesImg img{
    width: 1.5vw;
}
#hobbiesImg{
    display: flex;
    align-items: center;
    gap: 5px;
}
#contactInfoImg{
    display: flex;
    align-items: center;
    gap: 5px;
}
#contactInfoImg img{
    width: 1.5vw;
}
#languageImg{
    display: flex;
    align-items: center;
    gap: 5px;
}
#languageImg img{
    width: 1.5vw;
}
#languageBox h3{
    font-size: 1.5vw;
}
.lBox p{
    font-size: 14px;
    margin-top: 5px;
}
.hBox{
    margin-top: 5px;
}
.hBox p{
    font-size: 14px;
}
.cBox p{
    margin-top: 5px;
    font-size: 15px;
}
.cBox span{
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.;
}
