body,footer {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.5;

  background-color: transparent;
  color: #1500ff;
  margin: 4px, 0 4px, 0;
  width: infinite;
}

h1 {
  font-family: antipol;
  font-size: 90px;
  font-weight: 700;
  position: relative;
}

a {
  text-decoration: underline dotted red;
}
a:hover {
  color: #f7f619;
  margin: 0 0 0 5px;
}


}

section {
  margin 0 0 0 5px
  display: grid;
  grid-templates-columns= repeat{12, 1fr}
  gap 12px 12px
}
  html, body {
	width: 100%;
	height: 100%;
}




