@font-face {
  font-family: "AlpenFont";
  src: url("./fonts/AlpenFontFree.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "AlpenFont";
}

body,
html {
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  color: #333;
  overflow-y: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 100px;
}

.flex {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
