.links_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 20vh;
}
.links_container a {
  text-decoration: none;
  border: 4px solid #822C2B;
  border-radius: 10px;
  padding: 10px;
  color: black;
  transition: 0.5s;
  font-family: Raleway;
  font-weight: bold;
}
.links_container a:hover {
  color: white;
  background: #822C2B;
  transition: 0.5s;
}/*# sourceMappingURL=canada13.css.map */