/*body {
  background-image: url("../img/Backgroundsite.jpg");
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
}*/

html, body {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}
