body {
  background-image: url('../img/background-1440p.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 1440px;
  margin: 0;
}

.tos-container {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: 1px solid black;
  max-height: 720px;
  overflow: auto;
}
