.transition-1 {
    height: fit-content;
    width: 100%;
    margin-bottom: 100px;
    padding-top: 100px;
    /* padding: 0 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;

    background-image: linear-gradient(var(--bg-color2), var(--bg-color1));
}

.about-me-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}

.section-title-about-me {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}