html,body{height:100%}

body{
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background-color: #f5a623;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100vh;
  padding:2rem;
}
img {
    height: 300px;
    width: 600px;
}
.card{
  background-color: white;
  border-radius:16px;
  padding:2.2rem 2.4rem;
  width:min(720px, 96%);
  text-align:center;
  border: 1px solid rgba(0,0,0,0.04);
}

.title{
  font-size:clamp(1.6rem, 4.2vw, 2.6rem);
  letter-spacing:0.18em;
  margin-bottom:.45rem;
  font-weight:800;
  color: #2b2b2b;
  text-transform:uppercase;
  line-height:1;
}

.subtitle{
  margin-bottom:1.4rem;
  color:#5b5b5b;
  font-weight:600;
}
