.topic {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 2vh;
}

.description {
    text-align: center;
    padding: 0 25vw;
}