body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #f5f4ef;
  color: #111;
}

/* cover */
.cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
  min-height: 100vh;
}

.cover-text {
  width: 55%;
}

.cover-text h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}


/* work sections */
.work-section {
  padding: 80px;
  border-top: 1px solid #ccc;
}

.work-section h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.work-section p {
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.work-section img {
  max-width: 400px;
  display: block;
}