*,*::before,*::after{box-sizing:border-box}

html,body{
  margin:0;
  min-height:100%;
}

body{
  min-height:100vh;
  display:grid;
  place-items:center;
  background:#f4f1ec;
  color:#3a3530;
  font-family:Georgia,"Iowan Old Style","Times New Roman",serif;
  font-size:18px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

main{
  max-width:22rem;
  padding:0 28px;
  text-align:center;
}

.tick{
  display:block;
  width:28px;
  height:1px;
  margin:0 auto 28px;
  background:#c4bbb0;
}

p{
  margin:0;
  font-style:italic;
  color:#6a635c;
}

@media (prefers-reduced-motion:reduce){
  *{transition:none !important}
}
