
body {
  background-color: #f5f5f5;
}
.link-container {
  display: flex;
  justify-content: space-between;
  padding: 1% 2%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

a {
  font-size: 5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #262626;
  text-decoration: none;
}
