 @charset 'UTF-8';

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
}

.container {
  width: 728px;
  padding: 20px;
  background-color: rgba(0,0,0,.6);
  border-radius: 10px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -384px;
  color: #fff;
}
