@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');

body {
  margin: 0;
  background: rgb(252, 252, 252);
  font-family: 'Lato';
  font-weight: 400;
}

.error {
  font-size: 24px;
  width: 200px;
  margin: 0 auto;
  margin-top: 140px;
  color: rgb(138, 138, 138);
}