.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}

table {
  border: 1px solid white;
  padding: 5px;
}
table tr {
  border: 1px solid white;
}
table tr * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.title {
  font-size: 1.25rem;
  font-weight: bold;
}/*# sourceMappingURL=contact.css.map */