@font-face {
   font-style: normal;
   font-weight: normal;
   font-stretch: normal;
   src: url('./assets/fonts/Pangolin/pangolin-regular.woff') format('woff'),
      url('./assets/fonts/Pangolin/pangolin-regular.woff2') format('woff2');
   font-family: 'Pangolin';
}

body {
   font-family: 'Pangolin', sans-serif;
   font-size: 16px;
   line-height: 1;
   width: 100%;
   height: 100vh;
   margin: 0;
   background: #FCF9EA;
}

main {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
}

h1 {
   font-weight: 400;
   font-size: 24px;
   margin: 0;
   margin-top: 1rem;
}

p {
   margin: 0;
   margin-top: 0.5rem;
}

img {
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   aspect-ratio: 1/1;
   border-radius: 3px;
}
