body{
  font-family: system-ui;
  background:#f5f5f5;
}

.container{
  max-width:1000px;
  margin:auto;
}

.card{
  background:white;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
