@font-face {
  font-family: "YekanBakh";
  src: url(./fonts/YekanBakh-VF.woff2);
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #162424;
  color: #f4f5f5;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 16px;
  font-family: "YekanBakh";
  height: 100%;
}
img {
  width: 280px;
  max-width: 100%;
  height: auto;
}
a {
  display: block;
  padding: 12px 32px;
  color: white;
  background-color: #01d7d3;
  border-radius: 100px;
  text-decoration: none;
}
