* {
  margin: 0;
  padding: 0;
  font-size: 21px;
  box-sizing: border-box;
}

@font-face {
  font-family: "GillSansMTCondensed";
  src: url("gilc.ttf") format("truetype");
}
.bebas-neue-regular {
  font-family: "GillSansMTCondensed", sans-serif;
}

nav a {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: normal;
}
nav a:hover {
  color: rgb(120, 35, 220);
}

@media (min-width: 768px) {
  .last-card {
    grid-column: span 2; /* 2 ta ustunni qamrab oladi */
    justify-self: center; /* o'rta bo'lishi uchun */
  }
}

/*# sourceMappingURL=style.css.map */
