﻿/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Nova Flat', cursive;
    background-color: #ff9805;
color: #fff;
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
#error-link {
    font-size:150px;
    padding:10px;
}

.text-center .btn{ color:#ff9805;}

