body {
    font-family: 'Manrope', sans-serif;
    background-color: #1F2039;
    color: #F9F8FF;
    margin: 0;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 3.5em;
    color: #A5B4FC;
}

.header, .footer {
    background-color: white;
    padding: 20px;
}

.header nav a, .footer a {
    color: #242424;
    text-decoration: none;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.cta {
    background: linear-gradient(#8E86B5, #ACAEED);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
}

.cta:hover {
    background: linear-gradient(#696484, #8788BA);
    text-decoration: none;
}

.social-icon:hover {
    opacity: 0.5;
}

.competences {
    border-right: 1px solid #8e86b5;
    border-bottom: 1px solid #8e86b5;
    padding: 20px;
}

em {
    color: #A5B4FC;
    font-style: normal;
}

.footer {
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
}

.social-icon {
    width: 50px;
    height: auto;
    margin: 0 10px;
    transition: transform 0.3s ease;
}


.social-icon:hover {
    transform: scale(1.1);
}
