* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #a2a2a2;
}

a {
    color: #a2a2a2;
    text-decoration: none;
}

a:hover{
    color: #ffffff;

}

.center {
  text-align: center;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.contact{
    margin-top: 30px;
}

.contact div{
    padding: 5px
}


@media screen and (max-width: 992px) {
  .center img {
    width: 100%;
    max-width: 800px;
  }
}
