
a {
    color: midnightblue;
    font-size: 1.5em;
}

li a {
    text-decoration: none;
}

.poem-display {
    padding-left: 20px;
    padding-right: 20px;
}

.poem-display a {
    color: midnightblue;
}

.poem-list {
    font-size: 2rem;
}

.display-5 {
    font-size: 2.75rem;
}
.display-6 {
    font-size: 1.5rem;
}

pre {
    font-family: Helvetica;
    font-size: 1.1rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;}

h1 {
    color: midnightblue;
}

.bio-link {
    font-size: 1.25rem;
}

img {
    max-width: 100%;
    max-height: 100%;
}