.rounded-pill {
    font-size: 10px;
}

.card,
.card-img {
    max-height: 213px;
    min-height: 213px;
    border-bottom: 5px solid white;
}

.card-body {
    padding-top: 0px;
}

.card {
    background: #000000;
    background: -webkit-linear-gradient(to right, #434343, #000000);
    background: linear-gradient(to right, #434343, #000000);
}

.card-img {
    opacity: 0.3;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
}

.modal {
    backdrop-filter: blur(20px);
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
}

section {
    backdrop-filter: blur(10px);
}

#particles-js {
    background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
}

.modal-header {
    border: none;
    padding-bottom: 0px;
}

.modal-footer {
    border: none;
}

.modal-title {
    font-size: 1.75rem;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}