body {
  background-color:#b5a5d5;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  text-align: left;
  color: white;}
  
  @font-face {
    font-family: "lostatsea";
    src: url(Fonts/LostatSea-Script.otf)
    format("opentype");
}
  @font-face {
    font-family:"zenmaru";
    src: url(Fonts/zen-maru.woff2)
    format("woff2");
}
 @font-face {
    font-family: "rolie";
    src: url(Fonts/Rolie_Twily.otf)
    format("opentype");
}
h1, h2 {font-family: "lostatsea", cursive;
  font-size: 50px;
  letter-spacing:0.1em;
  line-height:1.1;
  
}
body {font-family: "zenmaru", Verdana, sans-serif;
  font-size: 20px;
  letter-spacing:0.04em;
  line-height:1.6;
}
div {
  height: 100px;
  width: 500px;
  background-color: rgba(66, 33, 99, 0.65);
}
