html {
  background-color: #2d2d2d;
}

body {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url(logo-med.png) center center no-repeat;
}

.contact {
  color: #f0f0f0;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
}

.contact-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
