@charset "UTF-8";

body {
  background-color: #f4f2e9;
  font-family: sans-serif;
  display: grid;
  place-content: center;
}
