body {
    margin: 0;
    padding: 0;
    font-family: 'Rasa', serif;
    background: url("/images/pattern2_op.jpg") repeat 0 0;
    background-size: 1080px 1080px;
}

.wrapper {
    margin: 20px 10% 20px;
    padding: 30px 5%;
    background-color: rgba(255,255,255,0.85);
}

.flower {
    background: url("/images/flower_white.png") repeat 0 0;
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    margin-left: 20px;
}

.menu {
    padding: 15px 5%;
    margin: 30px 10% 0;
    color: white;
    background-color: rgba(177,138,99,0.90);
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.menu .logo {
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.menu .logo a {
    color: white;
    text-decoration: none;
}

.menu .logo a:hover {
    text-decoration: underline;
}

.menu ul {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.menu ul li {
    list-style: none;
    padding: 0 25px;
}

.menu .menu-items a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    border: 0;
}

.menu .menu-items a:hover {
    border-bottom: 1px solid #e3e0df;
}

footer {
    margin: 0 10% 10px;
    background-color: rgba(177,138,99,0.90);
    padding: 15px 5%;
    color: white;
    display: flex;
    justify-content: space-between;
}

footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 28px;
}

p {
    font-size: 20px;
}

ul {
    padding: 0;
    text-align: center;
}

ul li {
    list-style: none;
    font-size: 22px;
    padding: 5px;
}

ul li a {
    color: black;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

.list-of-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.divider {
    height: 48px;
    background: url("/images/divider_main.png") no-repeat 50% 0;
}

.divider.inverted {
    transform: rotate(180deg);
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.poem {
    margin: 30px 0;
}
