.swanky-and-moo-moo-regular {
  font-family: "Swanky and Moo Moo", cursive;
  font-weight: 400;
  font-style: normal;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #cadae3;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Swanky and Moo Moo", cursive;
  margin: 5px;
}

section {
  margin: auto;
  border: 1px dotted #561da1;
  padding: 7px;
  background-color: white;
  display: flex;
  max-width: 600px;
}

#one, #two, #three {
  width: 33%;  
  margin: 2px;
}

#one, #three {
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
}

a {
  text-decoration: none;
  transition: 0.3s;
  margin: 3px 0;
  display: inline-block;
  color: #7272a1;
}

.etc a {
 color: #0072c9; 
}

a:hover {
  letter-spacing: 2px; 
  text-decoration: underline;
}


@media (max-width: 800px){
  section {
    flex-direction: column;
  } 
  
  #one, #two, #three {
    width: 100%;
  }
  
  #two {
    height: 300px;
    overflow: hidden;
  }
}
