/* ===== ABOUT-ME ===== */
/* Remove the bg image */
#about-me {
    background: #EAEAE0;
    text-align: center;
    /* background: #1C4670;
    background: linear-gradient(150deg, rgba(28, 70, 112, 1) 65%, rgba(29, 198, 64, 0.6) 100%); */
}

#about-me img {
    width: 40%;
    display: initial;
    border-radius: 50%;
    margin-bottom: 30px;
}

#about-me img.is-visible {
    animation: ease-in-right 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* Make the text fit the whole screen */
.general-info {
    width: auto;
    line-height: 2em;
    font-size: 1em;
    text-align: justify;
    margin: initial;
}

/* ===== SKILLS ===== */
#skills {
    background: #1C4670 url('media/skills-background.jpg') bottom right / contain no-repeat;
}