body {
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: underline; }

.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) }

h1 {
  margin-top: 0; }

.logo {
  max-width: 210px;
  margin: 0 auto; }
  .logo img {
    width: 100%; }

.anyma {
  font-family: 'Roboto', sans-serif;
  max-width: 602px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px; }
  .anyma h2 {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase; }
    .anyma h2 span {
      display: block;
      letter-spacing: 3px;
      font-size: 18px; }
  .anyma address {
    font-style: normal;
    font-size: 18px;
    line-height: 32px; }
  .anyma hr {
    width: 219px;
    border-top-color: #98a5ae;
    margin-top: 20px;
    margin-bottom: 20px; }
  .anyma ul {
    padding-left: 0; }
    .anyma ul li {
      display: inline;
      margin-left: 10px;
      margin-right: 10px; }
  .anyma .fa {
    color: #fff;
    font-size: 24px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
    .anyma .fa:hover {
      color: #fff; }

/*# sourceMappingURL=style.css.map */