body {
    width: 100%;
    height: 100%;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-display: block;
}

.panel {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    background-color: #e24947;
}

strong {
    font-weight: 600;
}

#title {
    letter-spacing: -7.14px;
    text-align: center;
    width: 100%;
}

#title > * {
    width: 100%;
    clear: both;
    display: block;
}

.top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
}

.top a {
    text-decoration: none;
    color: black;
}

.top span {
    pointer-events: none;
}

#arrow {
    text-align: center;
    width: 100%;
}

.content {
    background-color: #fdbcbb;
    padding: 1em;
}

.poem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}

.contact-crumb {
    display: flex;
    justify-content: space-between;
}

.contact-crumb > a {
    text-decoration: none;
    color: black;
}

#top {
    font-size: 20px;
    line-height: 20px;
}

#title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -4.5px;
}

.large-text {
    font-size: 24px;
}

@media only screen and (max-width: 550px) {
    #top {
        font-size: 12px;
        line-height: 12px;
    }

    #title {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: -2px;
    }

    .large-text {
        font-size: 14px;
    }
}
