div {
}

#main {
  height: 100vh;
  background: rgb(255,193,148);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  width: 100%;
}
h5 {
  color: white;
  font-size: 4rem;
  width: 100%;
}

.fa.fa-star {
}

.icon {
  font-size: 8rem;
  color: white;
}

