/*
Color Scheme
http://paletton.com/#uid=3P0u0kfwnn6n-5aQs5iYiOo8f9
*/

body {
    margin: 0;
}


.header {
    border: 1px solid rgba(0, 0, 0, .4);
    zborder-bottom: 1px solid black;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    font-family: sans-serif;
    font-size: .8em;
    margin-bottom: 10px;
}

.mini-header {
    background-color: rgba(0, 0, 0, .4);
    zborder-radius: 20px 20px 0 0;
    border-radius: 0 0 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    color: white;
    font-family: sans-serif;
    font-size: .8em;
    zposition: relative;
    ztop: -65px;
    padding: 5px;
    zmargin-left: -50px;
    zmargin-right: -50px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

    .mini-header h2 {
        text-align: center;
        margin: 4px;
    }

    .mini-header img {
        vertical-align: middle;
    }


.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    zheight: 200px;

    background-color: rgba(0, 0, 0, .4);
    font-family: sans-serif;
    font-size: .8em;
    margin-top: 10px;
}