html,
body {
    overflow: hidden;
    background: #0a092d;
}

.navbar {
    position: relative;
    z-index: 1;
}

.nav-item {
    color: #e9ecef !important;
}

.title,
.subtitle {
    color: #f8f9fa;
}

.bg-orange {
    background: #ff6600;
}

.bg-orange:hover {
    background: #ee5500;
}

.bg-red {
    background: #ff0000;
}

.bg-red:hover {
    background: #ee0000;
}

.main {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.bg {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vh;
}

.bg-img {
    width: 100vw;
}

.button {
    position: relative;
    font-size: 2em;
    padding: 0.25em 0.5em;
    border: 0.1em;
    border-color: #212529;
    border-style: solid;
    border-radius: 0.1em;
}

button {
    margin: 0em;
    padding: 0em;
    border-style: none;
    color: #212529;
    text-decoration: none;
    font-family: Oswald;
    background: none;
}
