html {
  scroll-behavior: smooth;
 }

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: black;
}

a {
    color: black;
}

.title {

}

.title img {
    max-width: 65vw;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.introduction {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 7vh;
}

.introduction p {
    margin-bottom: 0.7em;
    font-family: Verdana;
    font-size: 17px;
    text-indent: 50px;
}

.introduction h1 {
    font-size :26px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 17px;
}

.dedication {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

.poem {
    font-family: Verdana;
    color: black;
}

div.poem p {
    margin-bottom: 1em;
    font-size:17px;
    text-align: center;
}

div.poem h1 {
    font-size :22px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 17px;
}

.prose {
    font-family: Verdana;
    color: black;
    margin-left: 10vw;
    margin-right: 10vw;
}

div.prose p {
    margin-bottom: 0.5em;
    font-size:17px;
    text-align: left;
    text-indent: 50px;
}

div.prose h1 {
    font-size:22px;
    margin-bottom: 12px;
    text-align: center;
    margin-top:17px;
}

.art {
    font-family: Verdana;
    color: black;
    margin-left: 10vw;
    margin-right: 10vw;
}

div.art h1 {
    font-size:22px;
    margin-bottom: 12px;
    text-align: center;
    margin-top:17px;
}

div.art img {
    max-height:80vh;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    display:block;
}

div.art p {
    margin-bottom: 0.7em;
    font-size:17px;
    text-align: left;
    text-indent: 50px;

}

div.art h1.referencelink {
    font-size:17px;
    margin-bottom: 0;
    text-align: center;
}

.response {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 6vh;
    font-family: Verdana;

}

div.response p {
    font-size: 17px;
    margin-bottom: 0.7em;
    text-indent: 50px;
}

div.response h1 {
    font-size:22px;
    margin-bottom: 12px;
    text-align: center;
}

.workscited {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 6vh;
    font-family: Verdana;
}

.workscited p {
    font-size: 17px;
    margin-bottom: 0.85em;
    padding-left: 50px;
    text-indent: -50px;
}

.workscited h1 {
    font-size:22px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 17px;
}

.navbar-item {
    font-size: 19px
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}

hr {
    color: lightsteelblue;
    border-top: 5px double lightsteelblue;
}



