/* Froge Poetry Style Sheet */
body {
    font-family: "Times New Roman", Times, serif;
    background-color: #e3f2fd;
    color: #0a3d62;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #075e54;
    text-align: center;
}

p {
    line-height: 1.6;
    margin: 20px;
}

a {
    color: #4a69bd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.poem {
    font-style: italic;
    margin: 40px;
    border-left: 5px solid #0a3d62;
    padding-left: 15px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}