body {
  font-family: 'Roboto';
}

.media {
  width: 150px;
  height: 150px;
  background: #6200ee;
}

li {
  list-style: none;
  block-size: 300px;
  inline-size: 200px;
  border: 1px solid #6200ee;
  background: #efeaff;
  padding: 1rem;
}

ul {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}

body {
  width: 80vw;
  margin: 0 auto;
}

h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
}

h2, p {
  margin-inline-start: 3rem;
}

main {
  margin-block-start: 3rem;
  border-block-start: 2px dashed #6200ee;
}

h1 {
  font-size: 3rem;
  font-weight: 100;
}

.longform {
  line-height: 2;
  font-weight: 100;
}