* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f7f8;
  min-height: 100vh;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

h2 {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 428px) {
  h2 {
    font-size: 16px;
  }
}