* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: rgb(92, 92, 92);
}

h2 {
  font-size: 38px;
  color: black;
  font-weight: 500;
}
