* {
    font-family: 'Ubuntu', sans-serif;
}

body {
    background-color: rgb(245, 248, 252);
}

.profile-card {
    background-color: #fff;
    border-radius: 1rem;
    margin: 10px 0px;
    box-shadow: 0px 8px 24px rgba(173, 171, 171, 0.1);
    padding-bottom: 20px;
    border: 5px solid white!important;
}

.photo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card img {
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 150px;
}

.text-gray {
    color: #8D8D8D;
}

.fs-4 {
    font-size: 16px;
}

.fs-5 {
    font-size: 14px;
}

.fs-6 {
    font-size: 12px;
}

.btn {
    border-radius: 0.5rem;
    border: none;
    font-size: 14px;
}

.btn-primary {
    background-color: #1E639D;
    border: 2px solid #1E639D;
}

.btn-primary:hover {
    border: 2px solid #1E639D;
    background-color: #fff;
    color: #1E639D;
}

.border-rounded {
    border-radius: 1rem;
}

.banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/links/assets/images/banner.jpg");
    height: 150px;
    width: 100%;
    background-size: cover;
    border-radius: 1rem 1rem 1rem 1rem;
    background-position: 0px auto;
}

.img-background {
    position: fixed;
    bottom: 0px;
    right: 200px;
    z-index: -8;
}

.tokopedia {
    position: fixed;
    bottom: 50px;
    right: 350px;
    z-index: -9;
}

.youtube-content {
    border: 5px solid white!important;
    box-shadow: 0px 8px 24px rgba(173, 171, 171, 0.1);
}

footer p {
    color: #2F2F2F;
}

.animasi {
    position: fixed;
    top: 0;
    right: 25%;
    z-index: -10;
}

#youtube {
    position: relative;
}

.youtube-animated {
    position: absolute;
    top: 0;
    right: 150px;
    z-index: -9;
}

.circle-animated {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -9;
}

lottie-player {
    margin: -70px auto;
    margin-top: -50px;
}