/*
@font-face {
    font-family: DFFuunStd-W7;
    src: url("assets/DFFuunStd-W7.otf"), format(otf);
}
figure out how to get this shit to fucking WORK */

body {
    background-image: url("stormy_bg.png");
    background-repeat: none;
}

#Button {
    position: sticky;
    margin-top: 40px;
    margin-left: 50px;
}

#Frame {
    background: url("letter_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 642px;
    width: 1080px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#Text {
    height: 510px;
    width: 926px;
    position: absolute;
    top: 45px;
    left: 70px;
    overflow-y: scroll;
    scrollbar-width: none;
}

#Image {
    max-width: 350px;
}

h2 {
    margin: 10px;
    text-align: center;
}
p {
    margin: 20px;
    text-indent: 20px;
    line-height: .85;
}

