body {
  font-family: 'Comfortaa', cursive;
  font-family: 'League Spartan', sans-serif;
  background-color: #7289DA;
  margin: 0;
  background: black;
  color: white;
  /*
  background: rgb(89,183,208);
  background: radial-gradient(circle, rgba(89,183,208,1) 0%, rgba(32,137,156,1) 23%, rgba(36,63,66,1) 63%, rgba(21,33,34,1) 75%, rgba(0,0,0,1) 91%);
  background-attachment: fixed;
  */
}

p {
 font-size: 20px; 
}

.shh {
  color: black;
}

/* nav bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 26px;
  vertical-align: middle;
}

/* image sizing */
.logo {
 width: auto;
 height: 35px;
 padding: 5px 5px;
}

