.container {
  width: 1024px;
  height: 700px;
  margin: 0 auto;
  padding: 5px;
  overflow: auto;
  background-color: black;
  text-align: center;
  font-size: 150%;
  background-image: url(./images/back_ground.png);
}

.right_column {
  float: right;
  width: 500px;
  text-align: center;
}

.left_column {
  float: left;
  width: 500px;
  text-align: center;
}

hr {
  color: white;
  height: 1px;
}
