body {
    background: linear-gradient(#FFD4FB, #FFFFFF);
    font-family: Kaushan;
}

@font-face {
    font-family: Kaushan;
    src: url(/Fonts/KaushanScript-Regular.ttf)
}

h1{
    font-size: 36pt;
    text-shadow: 0px 0px 3px #000000;
}

#poem {
    position: relative;
    left: 30vw;
    line-height: 2.5em;
    width: 40vw;
}

p {
    font-size: 18pt;
    text-align: left;
}

.int {
    display: block;
    text-align: right;
}