body {
  margin: 0;
  padding: 0;
  font-family: 'VT323', monospace;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.email a {
  text-decoration: none;
  color: black;
}

.email:hover {
  border-bottom: 2px black dashed;
}
