*{
  background-color:#006699;
}
h1{
  margin-right: 0;
  font-size:9rem;
  margin-top: 7rem;
  color: white;
}
h2{
  text-align: center;
  text-underline-offset: auto;
}
.para{
  color: white;
  padding-right: 50%;
  text-align: justify;
  font-weight: bold;
}
p{
  display: inline-block;
  color: white;
}
h3 {
  text-decoration: underline;
}
.link{
  text-align: right;
  display: inline-block;
}
nav {
  background-color: #333;
  color: #fff;
  text-align: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
