body {
  background: #407aa9;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 16px;
  padding: 16px 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in;
}
a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.linksContainer {
  display: flex;
  justify-content: center;
  padding: 50px 10px 0;
}
.links {
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 780px) {
  .links {
    width: 50%;
  }
}
