@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Oswald");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Quattrocento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
html {
  font-family: sans-serif;
}

header {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: flex-end;
  width: 100%;
}

h1 {
  color: #00ab84;
  font-family: "Caprasimo";
  font-size: 3rem;
  line-height: 0.666666;
}
@media (max-width: 413px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 9.375rem;
  }
}

footer {
  background-color: #004535;
  color: white;
  display: flex;
  font-family: "Poppins";
  flex-direction: column;
  font-size: small;
  height: 50vh;
  justify-content: center;
  text-align: center;
}

#wordcloud {
  background-color: #00ab84;
  color: white;
  font-family: "Poppins";
  padding: 1rem;
}
#wordcloud span {
  display: inline-flex;
  padding-inline: 20px;
  line-height: 1.5;
}
#wordcloud a {
  color: white;
  text-decoration: none;
}
#wordcloud a:visited {
  color: white;
  text-decoration: none;
}
#wordcloud a:hover {
  color: #004535;
}
#wordcloud .xlarge {
  font-family: "Caprasimo";
  font-size: 4rem;
}
#wordcloud .large {
  font-family: "Caprasimo";
  font-size: 3rem;
}
#wordcloud .medium {
  font-size: 2rem;
}
#wordcloud .small {
  font-size: 1rem;
}
#wordcloud .wtbold {
  opacity: 1;
}
#wordcloud .wtmedium {
  opacity: 0.7;
}
#wordcloud .wtlight {
  opacity: 0.3;
}
