/* i hate, HATE, HAAAAAATE CSS */
@font-face {
    font-family: "Halogen";
    src: url(Halogen.woff) format('woff');
}
@font-face {
    font-family: "Riffic Free";
    src: url(RifficFree-Bold.woff) format('woff');
}

body {
    font-family: "Halogen";
    font-size: 24px;
    background-image: url("images/club.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.poem {
    background-image: url("images/poem.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    min-width: 55vmax;
    max-width: 55vmax;
    padding: 5vmin;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
    margin-left: 2vmin;
    margin-right: 2vmin;
}

.signature {
    float: right;
    width: auto;
    height: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Riffic Free";
    color: #bb5599;
}

hr {
    margin-top: 4vh;
    margin-bottom: 4vh;
    color: #bb5599;
}