body {
    background-image: url('./IMG_3477.png');
    background-color: blanchedalmond;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: visible;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 30px;
}
  
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav p {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin: 0;
}
  
.sidenav a:hover {
    color: #f1f1f1;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.sidenav .backarrow {
    position: static;
    border-color: inherit;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 0;
    margin-bottom: 2px;
}

h1.header {
    text-align: center;
    font-size: 60px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    margin: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

p.intro {
    background-color: white;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 78%;
    text-align: center;
    padding: 30px;
    font-size: 20px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    color: black;
    border-radius: 20px;
    border-width: medium;
    border-style: dotted;
    border-color: black;
    line-height: 200%;
}
b.ourstory {
    font-size: 30px;
    line-height: 100%;
}
img.homeimg {
    display: block;
    position: relative;
    left: 31%;
    width: 40%;
}

div.poem {
    background-color: white;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: left;
    padding: 30px;
    color: black;
    border-radius: 20px;
    border-width: medium;
    border-style: dotted;
}
p.poem {
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    font-size: 20px;
    font-family: 'Times New Roman', 'Times New Roman', Times, serif;
    border-color: black;
    line-height: 200%;
}

.arrows {
    position: relative;
    display: block;
    width: 100%;
    top: 350px;
    z-index: 0;
}
.arrowsL {
    position: relative;
    display: block;
    left: 10%;
    width: auto;
    margin: 0;
}
.arrowsL a {
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: inline;
    transition: 0.3s;
}
.arrowsL a:hover {
    color: #f1f1f1;
}
.arrowsL .bigbackarrow {
    position: fixed;
    border-color: inherit;
    border-style: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 0;
}

.arrowsR {
    position: relative;
    display: block;
    left: 82%;
    width: auto;
    margin: 0;
}
.arrowsR a {
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: inline;
    transition: 0.3s;
}
.arrowsR a:hover {
    color: #f1f1f1;
}
.arrowsR .bignextarrow {
    position: fixed;
    border-color: inherit;
    border-style: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4%;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    margin: 0;
}