html, body {
    background: #0e2b54;
}

* {
    font-family: 'Outfit';
}

.wrapper h2, .wrapper p, .wrapper label {
    color: white;
}

h2 {
    font-weight: 700;
}

.btn-primary {
    background-color: black;
    border-color: black;
}

.invalid-feedback{
        color: #ffbcc3;
}

.navbar {
    position: absolute;
    top: 28px;
    left: 18px;
    font-size: 24px;
    FONT-WEIGHT: 700;
    padding: 0;
}

.site-title {
    color: white;
}

a {
    color: #00e3ff;
}