﻿.navbar {
    margin-bottom: 20px;
    opacity:0.6;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

body {
    background-color: #15171b;
    color: white;
    margin: 0;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

#footer {
    background: black;
}

.background {
    background-color: #15171b;
}

.onbackground {
    background-color: #2c313a;
}

.title {
    color: white;
}

.text {
    color: white;
}