.first-paragraph {
    border-style: solid;
    border-width: 1px;
    border-color: teal;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgba(8, 165, 165, 0.2);
    padding: 10px;

    font-size: 24px;
    font-weight: 600px;
}

.second-paragraph {
    font-size: 20px;
    font-weight: 500px;
    margin-top: 25px;
}

.third-paragraph {
    font-size: 18px;
    font-weight: 500px;
    margin-top: 15px;
    text-decoration: italic;
    opacity: 0.7;
}

.fourth-paragraph {
    font-size: 18px;
    font-weight: 500px;
    margin-top: 25px;
    text-decoration: italic;
    opacity: 0.7;
    text-align: center;
}

.cv-link-index {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 18px;
}

.cv-link-index img {
    width: 15px;
    margin: 0px 2px;
}