body {
  background: #eaf1ff;
  font-family: Archivo Narrow;
}

p {
  color: black;
  text-align: justify;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  font-size: 50px;
}

li {
  margin-left: 110px;
}

.lifix {
  margin-left: 0px
}

img {
  width: 300px;
  border-radius: 10px;
}

.imtx {
  font-size: 75%;
  color: #8ca1d1;
  font-style: italic;
  margin-top: 2px;
}

.pagetitle {
  color: #002577;
  text-align: left;
  text-decoration-style: double
}

.headbar {
  color: #770000;
  padding: 5px;
  border: 5px solid;
  border-radius: 15px;
  text-align: center;
  background: #ff6060;
  margin-bottom: 8px; 
}

.pagebar {
  color: #002577;
  float: left;
  width: 100px;
  padding: 5px;
  border: 5px solid;
  border-radius: 15px;
  text-align: center;
  background: #60a6ff;
  margin-right: 12px;
}

.button {
  text-align: center;
  font-size: 125%;
  height: 100px;
  color: #774000;
  background-color: #fffa94;
  border: 5px solid;
  border-radius: 50px;
  padding: 5px;
}

.headerexample {
  text-align: left;
  text-decoration: none;
  margin: 0px;
}