img {
  border-radius: 75px;
}
h2 {
  font-size: 18px;
}
.monospace {
  font-family: 'Courier New', Courier, monospace;
}
body {
  background-color: slateblue;
  font-family: "Nunito";
  color: white;
  text-align: center;
}

a {
  /*
  Makes links look more like buttons
  */ 
  
  background-color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 10px;
  color: slateblue;
}
a.shadow{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Horizontal offset, vertical offset, blur, color with opacity */
}
