﻿body {
    background: #f3f3f3;
}

.logo {
    margin-top: 50px;
}

    .logo h1 {
        font-size: 200px;
        color: #8F8E8C;
        text-align: center;
        margin-bottom: 1px;
        text-shadow: 1px 1px 6px #fff;
        font-family: 'Courgette', cursive;
    }

    .logo p {
        color: #AD0D18;
        font-size: 20px;
        margin-top: 1px;
        text-align: center;
        font-weight: bold;
    }

        .logo p span {
            color: lightgreen;
        }

.sub a {
    color: white;
    background: #8F8E8C;
    text-decoration: none;
    padding: 7px 60px;
    font-size: 13px;
    font-family: arial, serif;
    font-weight: bold;
    -webkit-border-radius: 3em;
    -moz-border-radius: .1em;
    -border-radius: .1em;
}