/* main page css */
body {
  background-image: url("../IMAGES/perlincolor.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-left: 200px;
  padding-right: 200px;
}

main {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 20px;
}

h1 {
  font-family: "Courier New Bold", "Lucida Console", monospace;
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 20px;
}
/* paragraph css */
p {
  font-family: "Courier New Bold", "Lucida Console", monospace;
  margin-top: -5px;
  margin-bottom: -5px;
  text-indent: 40px;
}
