.simple-box-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
}
.simple-box {
  text-decoration: none;
  background-color: var(--white);
  border: solid 1px transparent;
  border-radius: var(--border-radius);
  padding: 1rem;
  box-shadow: var(--box-shadow);
}