@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f7f4e6;
  color: #111111;
  font-family: 'Montserrat', sans-serif;
}

main {
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}
