﻿body {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FAFAFA;
    background: no-repeat fixed url('../img/background.jpg');
    background-size: cover;
    margin: 0px;
    padding: 0px;
}

img {
    text-align: center;
}
    img.site-logo {
        height: 100px;
        width: 100px;
    }

.main-div {
    background: repeat fixed url('../img/hex-tile-light.png');
    height: 100vh;
    opacity: 0.9;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.head-text {
    font-size: 36px;
    text-align: center;
}
.foot-text {
    font-size: 20px;
    text-align: center;
}

.container {
    background-color: #FAFAFA;
    opacity: 0.8;
    border: 3px solid #222;
    border-radius: 10px;
    margin: auto;
    width: 80%;
    min-height: 300px;
}
.container-content {
    color: #222;
    font-size: 18px;
    padding: 15px;
    text-align: left;
}