﻿.MainWrapper
{
    padding:75px;
    padding-left:15px;
    padding-right:15px;
    width:100%;
    max-width:900px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

body { 
    background-color:#414243;
    color:#fefefe;
     font-family: font71077;
}

.Bold
{
        color: #ecd196;
}

.FacHeader
{
        font-size: 25px;
    letter-spacing: 5px;
    animation-delay:0.4s;
}

p{
    font-size: 18px;
    animation-delay:0.7s;
}

.Link{
        color: inherit;
    background-color: #838383;
    font-size: 20px;
    width: 200px;
    display:block;
    padding: 8px;
    text-decoration: none;
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
text-decoration:none;
margin-bottom:5px;
animation-delay:1s;
}

.Link:hover {
    background-color: #a3a3a3;
     color: inherit;
     text-decoration:none;
}

ol {
    padding-left: 20px;
    font-size: 18px;
}