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

body {
  height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
}

h1 {
  text-align: center;
  color: #3869EC;
  margin-bottom: 2px;
  font-size: 3.5rem;
}

h6 {
  text-align: center;
  color: #3869EC;
  font-size: 1.5rem;
}
