body {
        margin: 0;
        top: 0;
        left: 0;
        background:#000;
        color:#FFF;
        /*font:12px 'PT Sans Narrow', sans-serif;*/
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
        text-transform:uppercase;
        text-shadow:0 2px 0px #000;
        text-align: center;
        height:100%;
        width:100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    h1 {
        font-size:72px;
        letter-spacing:0px;
        line-height:60px;
        text-shadow:0 3px 3px #000;
        margin-top: 100px;
    }
    h2 {
        font-size:22px;
        letter-spacing:2px;
        line-height:60px;
        text-shadow:0 3px 3px #000;
    }
    .spacer{
        color: black;
    }
    .sticker {
        bottom: 0;
        right: 0;
        padding-right: 15px;
        padding-bottom: 30px;
        position: absolute;
        font-size: 16px;
    }
.text{
    width: 200px;
    font-size: 16px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 5px;
    transition-duration:0.5s;
    background-color: #000000;
}

.highlight{
    width: 400px;
    font-size: 16px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 5px;
    transition-duration:0.5s;
    /*background-color: #930120;*/
    background: rgba(0, 0, 0, 0.5);
}

.highlight2{
    width: 400px;
    font-size: 16px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 5px;
    transition-duration:0.5s;
    /*background-color: #fb0036;*/
}

    .text:hover{
        color: #000000;
        background-color: gold;
        transition-duration:0.5s;
        text-shadow: none;
    }

    .copyright{
        bottom: 0;
        padding-bottom: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
        letter-spacing: 4px;
    }