h1,
h2,
.my-class {
  color: red;
  background-color: blue;
  font-weight: 500;
  font-size: 40px;
}

.foo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
