header {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 60px
}

h3 {
  color: rgb(156, 244, 213);
}

.container {
  color: rgb(199, 204, 241);
  margin: 30px;
  background-color: white;
}

.header {
  background-color: white;
  opacity: 0.6;
}
