

h1 {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
}

p {
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
}

.wrapper {
  place-self: center;
}

.logotop {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  padding: 20px 0px;
  margin-bottom: 30px;
}

.logotop img {

}

.activity-wrapper {
  width: 80%;
  margin: 0 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: top;
  justify-content: center;
}

.activity {
  width: 300px;
}
