@font-face {
  font-family: "Brandon Grotesque";
  src: url("fonts/BrandonGrotesque-Regular.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #edeee8;
  width: fit-content;
  min-width: 100vw;
  font-family: "Brandon Grotesque", sans-serif;
  color: #2e3f32;
}

.flex-container {
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 10px;
  gap: 10px;
}

a {
  color: #859064;
}

a:active,
a:visited {
  color: #2e3f32;
}

.links {
  text-align: center;
}
