
#content {
    min-height: 80vh;
    position: relative;
    color: #190801;
}
body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
}

.logo {
    font-family: 'Orbitron', sans-serif;
    padding: 0;
    margin-top: 5rem;
    font-size: 2.5em;
    font-weight: bold;
    color: #40A9F3;
}

div.flash {
    color: #000;
    background: #FFF9D7;
    border: .1rem solid #E2C822;
    padding: 1.5em 1em;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    z-index: 9999;
    opacity: 0.9; }
div.flash.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880; }
div.flash.info {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324; }
div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4; }
div.flash .close-flash {
    border: none;
    background: none;
    position: relative;
    float: right;
    padding-left: 20px; }