﻿/*DEMO STYLES*/

body {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: 'Agency FB';
    text-transform: uppercase;
}

img {
    border: 5px solid #fff;
    width: 95%;
}

a, a:hover {
    text-decoration: none;
    color: #fff;
}

h1, h3 {
    font-family: 'Agency FB';
    margin-bottom: 20px;
}

h1 {
    border-bottom: 1px solid #fff;
}
