/* this is the stylesheet for index.html, or the landing page */

body {
  background-color: #8fe6dd;
  color: midnightblue;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12pt;
  margin:10%;
  padding: 0;
}

h1 {
  color: midnightblue;
  font-family: Arial, helvetica, sans-serif;
  font-size: 24pt;
  text-align: center;
}
}

img {
  border-style: solid;
  border-width: 1px;
  border-color: midnightblue;
}