#aboutme-softskills-container, 
#aboutme-content {
    background-color: #97AB8C;
    margin: 0;
}

.divider {
    padding: 90px 0;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

/* HERO */

#aboutme-hero {
    width: 100%;
    padding: 50px 0 10px 0;
    justify-content: center;
    display: flex;
}

#aboutme-hero svg {
    width: 88%;
    height: auto;
    object-fit: cover;
}

#aboutme-hero svg .cls-1 {
    fill: #373534;
}

#aboutme-hero svg .cls-2 {
    fill: #97AB8C;
}

/* CONTENT */

#aboutme-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 40px 0 50px 0;
}

#aboutme-container img {
    width: 100%;
    height: auto;
}

#aboutme-text {
    flex-direction: column;
    width: 400px;
    padding: 0 50px 0 100px;
}

#aboutme-some {
    display: flex;
    flex-direction: row;
    padding: 10px 0 0 0;
}

#aboutme-some svg {
    width: auto;
    height: 55px;    
    padding: 10px 10px 10px 0;
}

/* SKILLS */

#aboutme-skills {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 0 50px;
    gap: 5%;
}

#aboutme-headers {
    display: inline-block;
    position: relative;
    width: 508px;
    padding: 20px 0 20px 0;
}

#aboutme-headers h3 {
    display: block;
    text-align: left;
    color: #F8F8F8;
}

#aboutme-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
    color: #F8F8F8;
}

#aboutme-hardskills-1, #aboutme-hardskills-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    gap: 40px;
}

.aboutme-hardskills-logo {
    width: auto;
    height: 80px;
    display: block;
    transition: transform 0.25s ease,  
        opacity 0.25s ease;
    cursor: default;
}

.aboutme-hardskills-logo .cls-3 {
    fill: #001e36;
}

.aboutme-hardskills-logo:hover {
    transform: scale(1.1);
}

#mtb-logo {
    border-radius: 90px;
}

#aboutme-softskills-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 70px 30px 70px;
}

#aboutme-softskills-container img {
    width: auto;
    height: 600px;    
    padding: 10px 10px 10px 0;
}

#aboutme-softskills {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#aboutme-softskills h2 {
    color: #F8F8F8;
}

#aboutme-softskills ul {
    padding-left: 22px;
}

#aboutme-softskills li {
    font-size: 18px;
    line-height: 2;
    color: #F8F8F8;
    font-weight: 400;
    font-family: 'nunito', sans-serif;
}

.soft-skill-b {
    font-weight: 800;
}

/* CV */

#cv-header {
    display: flex;
    font-size: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 130px 0 0 0;
    margin: 0;
}

#cv-wrapper {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    padding: 10px 0 0 0;
}

#cv-wrapper img {
    width: 100vw;
    max-width: 100%;
    height: auto;
}

/* HOBBIES */

#aboutme-hobbies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 30px 0;
}

#aboutme-hobbies-intro {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 50px 30px 50px;
}

#aboutme-hobbies-headers {
    display: inline-block;
    position: relative;
    width: 450px;
    padding: 0 0 40px 0;
}

#aboutme-hobbies-headers h3 {
    display: block;
    text-align: left;
}

#aboutme-hobbies-headers h2 {
    display: block;
    margin: -30px 0 0 0;
    text-align: right;
}

#aboutme-hobbies-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 10%;
}

.aboutme-hobbies-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 7%;
    padding: 0 0 100px 0;
}

#aboutme-hobbies-item-last {
    padding: 0;
}

.aboutme-hobbies-text {
    flex-direction: column;
}

#aboutme-hobbies-container p {
    width: 430px;
    padding: 10px 0 0 0;
}

.hobby-img-wrapper {
    height: 380px;
    width: auto;
}

.hobby-img-wrapper svg {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

#hobby-drawing .cls-1,
#hobby-reading .cls-1,
#hobby-gaming .cls-1 {
    fill: #e0c6a6;
}

#hobby-drawing .cls-2,
#hobby-reading .cls-2,
#hobby-gaming .cls-2 {
    fill: #d7a4a6
}

#hobby-drawing .cls-3,
#hobby-reading .cls-3,
#hobby-gaming .cls-3 {
    fill: #97ab8c;
}