html,
body {
  height: 100%;
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  background-color: #f8f8f8;
  color: #333333;
}
body {
  margin: 0;
}
h1 {
  margin-bottom: 0.5rem;
}
a {
  color: #dc143c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.social {
  margin-top: 2.5rem;
}
.box {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  justify-content: center;
}

.location {
  font-style: italic;

  margin-bottom: 1rem;
}

.logo img {
  width: 20rem;
}
/* When the browser is at least 600px and above */
@media screen and (min-width: 768px) {
  .logo img {
    width: 30rem;
  }
}
.contact {
  margin-top: 1rem;
}
.svg {
  height: 1em;
  width: 1em;
}
