body {
    background-color: black;
}

.modal {
    display: block;
}

.modal-content {
    border: 0;
    text-align: center;
    background: black;
    color: #f9c401;
}

.btn {
    background: black;
    color: #f9c401;
}

h1 a {
    color: #f9c401;
    text-decoration: none;
    font-weight: 700;
}

h1 a:hover {
    color: #f9c401;
}

b {
    color: white;
}

p {
    font-size: 1.2rem;
    color: #f9c401;
}