@font-face {
    font-family: Liham;
    src: url("Liham.otf") format("opentype");
}

html {
    cursor: url("cursor.png"), auto;
}

body {
  /* background: url("logo.png") repeat; */
  background-size: 40px 40px;
  background-image: radial-gradient(circle, #c1ff72 1.5px, rgba(30, 30, 30, 0) 1px);
  /* background-color: #c6cbd3; */
  /* font-family: "Raleway", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1f445c;
  padding: 20px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header {
  font-family: Liham;
  /* font-size: 28px; */
  font-size: 28px;
  margin-bottom: 50px;
  /* font-weight: bold; */
  color: #1f445c;
}

header span {
    /* color: #90d23c; */
    color: #c1ff72;
}

article {
  /* font-size: 32px; */
  font-size: 34px;
  margin: 0 auto;
  width: 90%;
  text-shadow: 0px 0px 1px gray;
}

footer {
    font-size: 12px;
}