﻿/*=======================================
    GENERAL STYLES
==================================================*/
body {
    background:rgba(0,0,0,.6);
    color: #fff;
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
#error-link {
    font-size:150px;
    padding:10px;
}


