body {
    background-color: #141414;
    height: 100%;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: #1f1f1f;
    border-radius: 12px;
    opacity: 0.8;
}

.card {
    height: 611px;
    text-align: center;
    margin: 25px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.card-image {
    border-radius: 50%;
    width: 88x;
    height: 88px;
}


.card-name {
    font-family: "Inter", serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 150%;
}

.card-location {
    position: relative;
    bottom: 20px;
    font-family: "Inter" serif;
    font-weight: bold;
    font-size: 14px;
    color: #C4F82A;
}

.card-bio {
    position: relative;
    font-family: "Inter", serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.card-links {
    width: 304px;
    height: 289px;
}

.card-link {
    margin-top: 25px;
    width: 304px;
    padding: 12px;
    font-family: "Inter" serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    border:1px solid #333333;
    border-radius: 8px;
    background-color: #333333;
}

.card-link:hover {
    background-color: #C4F82A;
}