.athlete-container {
    margin: 20px;

}

.athlete-card {
    position: relative;
}

.athlete-cover {
    display: flex;
    flex-wrap: wrap;
}

.athlete-img {
    height: 450px;
    max-width: 130px;
    object-fit: cover;
    position: absolute;
    right: 6.5rem;
    top: 1px;
}

.athlete-top-detail {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    z-index: 20;
}

.athlete-country {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.6em;
    background-color: rgba(244, 10, 10, 0.82);
    padding: 0 0.5rem;
}

.athlete-position {
    margin-bottom: 0;
    line-height: 1.2em;
    background-color: rgba(244, 10, 10, 0.82);
    display: inline-block;
    padding: 4px 0.5rem;
}

.athlete-bottom-detail {
    position: absolute;
    bottom: 0;
    right: 8px;
    z-index: 20;
    display: inline-block;
    padding: 0.5rem 0;
    color: #fff;
}

.athlete-surname {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.6em;
    background-color: rgb(61, 10, 244);
    padding: 0 0.5rem;
}

.athlete-first-name {
    margin-bottom: 0;
    line-height: 1.2em;
    background-color: rgb(61, 10, 244);
    display: inline-block;
    padding: 4px 0.5rem;
}

.athlete-socials {
    padding: 2px 8px;
    border: #fff 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.athlete-socials p {
    margin-bottom: 0;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    width: 18%;
}

.social-icons a {
    color: #fff;
}
