﻿body {
    background: #fcfcfc url(background.png) repeat-x;
    font-family: 'Quicksand', sans-serif;
    font-size: 64px;
}

p {
    letter-spacing: -0.08em;
    word-spacing: 0.08em;
    line-height: 61px;
}

a {
    outline: none;
    text-decoration: none;
    font-family: 'Zeyada', cursive;
    color: #2b96f1;
}

a:hover {
    cursor: pointer;
}

#page {
    margin-top: 150px;
    text-align: center;
}