@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Great+Vibes&display=swap");

:root {
  font-family: "Comfortaa";
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #004;
  text-decoration: none;
  border: outset 1px;
  padding: 2px;
}

a:hover {
  color: #47f;
}

a:visited {
  color: #004;
}

.center {
  text-align: center;
}

.full-width {
  width: 100%;
}

.logo {
  width: 100%;
  max-width: 768px;
  height: auto;
}

.logo-small {
  width: 50%;
  max-width: 192px;
  height: auto;
}

.vertical-gap {
  margin: 1rem 0rem;
}

h1 {
  font-size: 1.5rem;
}

.mainlink {
  font-size: 120%;
}
