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

section {
  height: 100vh;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 100px;
}

svg {
  cursor: pointer;
}
