main {height: 100%;margin: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}.img1 {max-width: 50rem;padding-right: 6rem;margin-bottom: 3rem;}.poem {flex: 1 1 45%;margin: 0 3rem;overflow: hidden;}h1 {font-size: 3rem;font-family: 'Montserrat';font-weight: 400;color: #ffffff;text-align: center;}h2 {font-size: 2.5rem;font-family: 'Montserrat';font-weight: 400;color: #ffffff;}p {font-size: 2rem;font-family: 'OpenSans';font-weight: 400;color: #ffffff;}.inlinelink {color: rgb(252, 252, 206);text-decoration: underline;}.inlinelink:hover {color: #ffffff;text-decoration: none;background-color: #333333;padding: 0.1em 0.3em;border-radius: 0.2em;}hr {color: #ffffff;width: 60rem;}.arrow {border: solid rgb(255, 255, 255);border-width: 0 3px 3px 0;padding: 0.3rem;float: right;}.up {transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}@media only screen and (min-width: 871px) {.poems {display: flex;justify-content: center;align-items: start;color: #ffffff;margin: 0 auto;max-width: 120rem;}}