h1 {
   margin-bottom: 2rem;
   font-size: 1.4rem;
   letter-spacing: 0.04em;
   color: var(--pico-muted-color);
   font-weight: 400;
   cursor: pointer;
}

body {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   margin: 0;
}
