
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  margin:0;
  background:#f5f1ea;
  color:#2d2723;
}

.wrap{
  max-width:900px;
  margin:70px auto;
  padding:50px 40px;
  background:white;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  text-align:center;
}

.logo{
  max-width:520px;
  width:100%;
  margin-bottom:20px;
}

.tagline-main{
  font-size:18px;
  color:#6f655d;
  margin-bottom:40px;
}

.projects{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:90px;
  flex-wrap:wrap;
}

.project{
  text-align:center;
  max-width:320px;
}

.project-logo{
  max-width:320px;
  width:100%;
}

.tagline{
  font-size:14px;
  color:#6f655d;
  margin-top:10px;
}

.footer{
  margin-top:50px;
  font-size:14px;
  color:#6f655d;
}

a{
  text-decoration:none;
  color:inherit;
}
