body{background-color: rgb(245, 248, 252);}


.navbar {
  width: 100%;
  background-color: rgb(250,250,250);
  overflow: auto;
}

.navbar a {
  float: left;
  padding: 12px;
  color: rgb(17, 101, 145);
  text-decoration: none;
  font-size: 22px;
  font-family: Courier New;
  width: 22%; 
  text-align: center; 
}

h3{text-align: center;
}

p{
  text-align: center;

  font-family: Courier New;
}

header{text-align: center;

  font-family: Courier New;
  font-size: 20px;
}
h1{text-align: center;
   color: rgb(24, 85, 150);

  font-family: Courier New;
}