html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  /* background: #fafafa; */
  /* background: whitesmoke; */
  background: white;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-container {
  padding: 20px;
}

.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.link:active {
  color: black;
}
