/* Default CSS */

body {
  width: 95%;
  background-color: lightblue; 
  color: black;
  margin: 15px 15px;
  align: center;
}

a {
  text-decoration: none;
}

p,h3,div {text-align: center;
   align: center; 
}

.s6 { font-size: 60px;
}

.s5 { font-size: 20px;
      font-style: italic;
}

.topnav a {
  display: flex;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #f2f2f2;
  width: 8%;
  justify-content: center;
  font-weight: bold;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 25px;
  border: 2px solid #000000;
  background-color: #6A5ACD;
}
  
  
.topnav a:hover {
  background-color: #ddd;
  color: green;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.responsive {
  width: 100%;
  max-width: 45rem;
  height: auto;
}