/* CSS Document */
@charset "utf-8";
body {
  font-family: "Albert Sans";
  padding: 10px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Fredoka";
  color: var(--Blue);
}
.SetPage {
    cursor: pointer;
    text-decoration: none;
}