 body {
  background-color: rgb(234, 208, 174);
  margin: 0;
  color: hsl(270, 80%, 2%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
 }

 .card {
    display: flex;
    flex-direction: column;
    background-color: antiquewhite;
    width: 90vw;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
 }
