html, body {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Sen', Helvetica, sans-serif;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.8em;
  padding: 1em;
}

h1 {
  display: flex;
  justify-content: center;
  font-size: 1.8em;
}

.content img {
  width: 200px;
  height: 93px;
}

.contact, .description, .name {
  display: flex;
}

.name {
  font-size: 1.2em;
  justify-content: center;
  padding-top: 0.7em;
}

.description {
  font-size: 0.7em;
  justify-content: center;
  padding-top: 0.5em;
}

.contact {
  font-size: 0.8em;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em 1em 0 1em;
}

.links.error {
  align-items: center;
}

a {
  text-decoration: none;
  color: grey;
}

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

a i {
  color: #ffb500;
  padding: 0.5em;
  width: 1em;
  text-align: center;
}

.company {
  display: flex;
  padding-top: 2em;
  margin-top: 3em;
  flex-direction: column;
  font-size: 0.5em;
  border-top: 0.2em solid #b9b9b9;
  align-items: center;
}

.company div {
  line-height: 1.4em;
}

.pin {
  padding-top: 0.1em;
  font-size: 1.5em;
}

.pin i {
  color: grey;
}

.pin:hover i {
  color: #ffb500;
}
