html {
  height: 100%;
  background-color: #f0f0f0;
  background-image: url("trashy.jpg");
  background-size: cover;
  background-position: center;
  color:#5d50c6;
  font-family: 'Press Start 2P', sans-serif;
  text-align: center;
}


section {
  background-color: rgba(255, 255, 255, 0.69);
  border-radius: 25px;
  /*The border radius gives a rounded edge.*/
  padding:5px;
  padding-bottom: 5px;
  margin: 5px auto;
}
}