#info-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 150px;
}

#about-me-text {
    font-family: 'Roboto Regular';
    color: white;
    font-size: 30px;
    margin-right: 100px;
    height: 100%;
    overflow: auto;
}

#about-me-photo {
    height: 80%;
}

#about-me-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#languages-box {
    display: flex;
    justify-content: center;
    align-items: center;
}