@font-face {
  font-family: "Agency FB Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Agency FB Bold"),
    url("AGENCYB.woff") format("woff");
}
h1 {
  color: white;
  font-size: 50px;
}
#firsthalf {
  background: linear-gradient(120deg, #2b1d7a, #140f3f);
  background-size: cover;
}
header {
  background: #1b1450;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body {
  font-family: Agency FB bold;
  background: #0f0b2b;
  color: white;
  margin: 0;
}
#navi {
  display: flex;
  gap: 15px;
  flex-direction: row;
  list-style: none;
  margin-right: 100px;
}
#end {
  background: linear-gradient(rgb(146, 146, 245), rgb(71, 136, 233));
}

.cards {
  background: #1a1454;
  padding: 20px;
  border-radius: 10px;
}
#cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
#liitynappi {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  background: #ff3cac;
  border-radius: 6px;
  color: white;
  text-decoration: none;
}
