﻿@import url(https://fonts.googleapis.com/css?family=Black+Ops+One);
@import url(https://fonts.googleapis.com/css?family=Oxygen);

body {
    /*padding-top: 70px;*/
    background-color: #555;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
}

.Absolute-Center {
    width: 100%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.title {
    font-size: 70px;
    font-family: 'Black Ops One', cursive;
    color: #fed136;
}

a {
    color: #fed136;
}

    a:focus, a:hover, a:active {
        color: #fff;
    }

.fa {
    /*font-size: 10em !important;*/
}
