.transparentbox {
  margin: auto;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  max-width: 1000px;
}

