/*font magic*/
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}


/* topbar nav stuf */
.topb {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

.topb a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topb a:hover {
  background-color: #ddd;
  color: black;
}

.topb a.active {
  background-color: ##0062ff;
  color: white;
}

/* page content */
.content {
  padding: 16px;
}
/* tutorial for topbar from w3schools.com */


/* skibbity phone viewport */
img {
    max-width: 100%;
}
