* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  display: none;
}
body {
    background: black;
    background-image: url(fs_background_rose.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
p {
    margin: 1rem 0;
}
#wrapper {
    margin: 0 auto;
    background-image: url(fs_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    max-width: 1267px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
#content {
    text-align: center;
    padding: 6rem 7rem 0 6rem;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#text {
    text-align: center;
    overflow: auto;
    height: 100%;
    width: 100%;
}
p:first-letter {
    font-size: 200%;
    font-family: Arizonia;
    line-height: 1rem;
    font-weight: bold;
}
.signature {
    font-family: Arizonia;
    font-size: 200%;
    font-weight: bold;
}
@media screen and (max-width: 1267px) {
    #wrapper {
      margin: 0 auto;
      background-image: url(fs_paper_2.jpg);
      background-size: auto;
      background-repeat: repeat;
      max-width: 1267px;
      width: 90vw;
      height: 100vh;
      overflow: auto;
      border-radius: 2rem;
      opacity: .9;
    }
    #content {
      text-align: center;
      padding: 2rem 2rem 0 2rem;
      font-size: 1rem;
      width: 100%;
      height: 100%;
      overflow: auto;
  }
  #text {
    text-align: center;
    height: 100%;
    width: 100%;
  }
}