html * {
    font-family: 'Cinzel';
    font-weight: 500;
}

.navbar {
    background-color: rgb(15, 56, 54) !important;
    transition: top 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

#logo {
    color: rgb(234, 243, 241);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.5);
    font-size: 2.5rem;
    margin-bottom: 0;
    margin-right: 110px;
}

.nav-item {
    font-size: 1.8rem;
}

.dropdown-menu {
    border: none !important;
    background-color: rgb(15, 56, 54) !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.dropdown-item {
    color: rgb(234, 243, 241) !important;
    border-radius: 10px !important;
    font-size: 1.8rem;
}

.dropdown-item:hover,
.dropdown-item:active {
    background-color: rgb(21, 80, 77) !important;
    color: white !important;
    padding-left: 20px;
}

.dropdown-item.active {
    background-color: rgb(22, 71, 69) !important;
    color: white !important;
    font-weight: bold;
}

.nav-link:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.5);
}

.dropdown-item:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.5);
}

.btn-outline-light {
    color: #fff;
    border-color: transparent;
}

.btn-outline-light:hover {
    color: black;
}

button {
    cursor: pointer;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 5px;
    margin-left: 8px;
}

button i::before {
    display: inline-block;
}

.btn-custom-height {
    padding: 10px 20px;
    height: 38px;
    line-height: 30px;
}

#button-position {
    display: flex;
    align-items: center;
    justify-content: center;
}