@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap");
* {
  font-family: "Inter", sans-serif;
  color: #132b50;
}

body {
  background-color: #dfdfdf;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  border: 1px solid #132b50;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  box-shadow: 2px 2px 2px #132b50;
  transform: translateX(-2px);
  transform: translateY(-2px);
}
a:hover {
  box-shadow: 0px 0px 0px #132b50;
  transform: translateX(0px);
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */