.main-content__main
{
    width: 100%;
    height: 80%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-color: red transparent;
    scrollbar-width: thin;
    padding: 1vw;
}

.main__aboutme
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    gap: 3vh;
    gap: 3dvh;
}

.main__aboutme > div
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2vh;
    gap: 2dvh;
}

