body {

  font-family: Times New Roman;
}
h1 {

    font-size: 35px;
  font-family: Times New Roman;
   text-align: center;
     font-weight: bold;
  font-style: italic;
}

h2 {

    font-size: 23px;
  font-family: Times New Roman;
  font-weight: bold;
  font-style: italic;
}


h3 {text-align: center;
    font-size: 1px;
    font-family: Courier New;
}

p {

    font-size: 18px;
  font-family: Times New Roman;
   text-align: center;
  margin-right: 2in;
  margin-left: 2in;
}


p2 {text-align: center;
    font-size: 16px;
}


div {text-align: center;
    display: flex;
  justify-content: center;
}

div2 {text-align: right;
    display: flex;
justify-content: right;
  margin-right: 1.38in;
  float: right;
}

header {    
  display: flex;
  justify-content: center;
 }
 
footer {    
  display: flex;
  justify-content: center;
 }
 
 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
right.sidenav {
  width: 160px; 
  position: fixed
  top: 0;
right: 0;
  overflow-x: hidden
  padding-top: 20px;
}

/* The navigation menu links */
right.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
}

/* When you mouse over the navigation links, change their color */
right.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  padding: 0px 10px;
}