html {
    min-height: 100%;
}

body {
    background-color: #0A0A0A;
    background-image: url('assets/images/page.jpg');
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    background-repeat: no-repeat;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    padding-top: 20vh;
    min-height: 100%;
}

@media (max-width:767px) {
    body {
        padding-top: 10vh;
    }
}

.title-box {
    width: 260px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 51px;
    opacity: 0.9;
    color: #ffffff;
}

.title-border {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    border-top: 1px solid;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
}

.title-border-left {
    border-right: none;
}

.title-border-right {
    left: auto;
    right: 0;
    border-left: none;
}

.title-border-middle {
    border-top: none;
}

h1 {
    font-family: 'Libre Baskerville', Georgia, serif;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 13px;
}

h1 span {
    position: absolute;
    font-size: 1.5rem;
    width: 60px;
    text-align: center;
    top: -12px;
    left: 50%;
    font-style: italic;
    margin-left: -30px;
}

h2 {
    text-transform: uppercase;
    font-family: 'Libre Baskerville', Georgia, serif;
    letter-spacing: 6px;
    font-size: 1.7rem;
    font-weight: normal;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.42);
}

footer {
    text-align: center;
    margin-top: 27px;
}

footer p {
    border-top: 1px solid rgba(40, 66, 68, 0.48);
    font-size: 13px;
    padding-top: 10px;
    opacity: 0.8;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.poem-row > div > *:first-child {
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}

@media (max-width:767px) {
    .author {
        margin-top: 15px;
    }

    .poem-row > div > *:first-child {
        border-top: 0 solid;
        padding-top: 0;
    }
}

.author {
    margin-bottom: 25px;
}