* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1c1e3c;
  box-sizing: border-box;
}

body {
  background-color: #b7c4ff;

  .container{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1{
    text-align: center;
  }
}