.container {
    margin-bottom: 50px;
}
.poster-container {
    background: rgb(0, 20, 36);
    background: linear-gradient(90deg, rgba(0, 20, 36, 1) 0%, rgba(24, 24, 193, 1) 54%, rgba(0, 212, 255, 1) 100%);
    height: 8rem;
    width: 100%;
}

.profile-container {
    width: 100%;
    padding-top: 1.5rem;
    position: relative;
}

.profile-image-container {
    width: 11rem;
    height: 120px;
    position: relative;
}

.profile-image {
    width: 160px;
    height: 160px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    top: -50px;
    border: 4px solid white;
    overflow: hidden;
}

.action-buttons {
    display: flex;
    justify-content: end;
    gap: 0.5rem;

}

.about-me-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-me {
    padding: 20px;
    background-color: rgb(243 238 252);
    border-radius: 10px;
}

.about-me a {
    text-decoration: none;
    color: #87848d;
}

.expirience-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.education-container, .project-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.language-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

