.bg-custom {
    background-color: rgba(34, 14, 45, 0.5) !important;
}

.navbar-custom a.nav-link, .nav a.nav-link {
    color: white;
}

a.nav-link {
    border-radius: 10px;
    margin: 0 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

a.nav-link.active {
    color: rgba(98, 224, 253, 1) !important;
}

a.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

a, button {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.next, .prev {
    cursor: pointer;
}

.highlight {
    color: #62E0FD;
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.header-block {
    position: absolute;
    width: 591px;
    text-align: right;
    right: 40px;
    bottom: 80px;
}

.pill-button {
    display: block;
    width: 190px;
    padding: 20px;
    border-radius: 24px;
    margin: auto auto 8px;
    background: #1F0A2BCC;
    color: white;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: 4px solid #1F0A2BCC;
}

.pill-button:hover {
    background-color: white;
    color: black;
    border: 4px solid #1F0A2BCC;
}

@media only screen and (max-width: 600px) {
    .header-block {
        width: 100%;
        margin: 170px 40px 40px;
        position: inherit;
        text-align: center;
    }
}