* {
  box-sizing: border-box;
}
body {
  background-image: url("/bg1.jpeg");
  color: white;
  font-family: 'Comic Sans MS', sans-serif;
}
#main {
  background-color: #000053;
  border: 3px;
  border-color: white;
  border-style: dotted;
  position: absolute;
  padding: 0px 20px 20px 20px;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  } 
  h1 {
  text-align: center;
}
  h2 {
    text-align: center;
  }
  p {
    text-indent: 1cm;
  }
#nav {
  background-color: #000053;
  border: 3px;
  border-color: white;
  border-style: dotted;
  position: fixed;
  top: 0;
  left: 5%;
  bottom: 0;
  right: 80%;
  width: 15%;
}
#navigation {
  background-color: #000053;
  border: 3px;
  border-color: white;
  border-style: dotted;
  position: fixed;
  top: 0;
  left: 80%;
  bottom: 0;
  right: 5%;
  width: 15%;
}