@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  font-family: "Shantell Sans";
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #004;
  text-decoration: none;
  border-bottom: dashed 1px;
}

a:hover {
  color: #47f;
}

.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;
}
