body {
  color: black;
  font-size: 20px;
  font-family: 'Overpass', sans-serif;
  margin: 0 auto;
}
#nav {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.img:hover {
  transform: rotate(1440deg);
  transition-duration: 5s;
}
.btn {
  font-size: 30px;
  color: black;
  text-decoration: none;
  font-family: 'Caveat', cursive !important;
}
/* LEFT OUT SO AS TO SHOW THAT IS WHAT PAGE YOU'RE CURRENTLY ON.
.btn1:hover {
  background-color: black;
  color: red !important;
}*/
.btn2:hover {
  background-color: black;
  color: yellow !important;
}
.btn3:hover {
  background-color: black;
  color: green !important;
}
.btn4:hover {
  background-color: black;
  color: blue !important;
}
img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.bio {
  text-align: center;
  margin-top: 10px;
}
p {
  font-size: 18px;
  word-spacing: 2px;
}
.canvas-container {
  width: 100%;
  text-align: center;
}
/*Mobile break point*/
@media  (max-height: 700px) and (max-width: 770px) {
  img, h3 {
    display: none;
  }
  .container{
    margin-bottom: 50px;
  }
  .btn {
    width: 100%;
  }
  .bio {
    margin-top: 100px;
  }
}
