body {
   background-image: url(/base-images/stars.jpg);
   background-repeat: repeat-y;
   color: #afb6c2;
   text-align: center;
 


}

.subtitle {
display: flex;
justify-content: center;
font-family: 'Archivo Black', sans-serif;

}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #ffffff54;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  display: flex;
  width: 50px;
  place-items: center end;
  position: fixed;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  z-index: 3;
  flex-direction: column;
 right: 0;
  gap: 10px;
  align-items: center;
  transform:  translateY(65%);
}
.topnav img {
  height: 40px;
  width: 40px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #0c90fc;
  color: black;
  border-radius: 10px;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #010ca7;
  color: white;
  border-radius: 10px;
}