* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}


@font-face {
  font-family: tra;
  src: url("Trattatello.ttf");
}

body { 
  overflow: hidden;
  font-family: tra;
}

h1 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  width: 100%;
  height: 25%;
  text-align: center;
  background-image: linear-gradient(0deg,whitesmoke,white);
}

p {
  position: absolute;
  margin-top: 2%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

h2 {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 100%;
  height: 25%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  background-image: linear-gradient(0deg,palegoldenrod,whitesmoke);
}


h3 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100%;
  height: 40%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  background-color: palegoldenrod;
}

h3 ul {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  list-style: none;
  font-size: 1.1rem;
  z-index: 99;
}

li {
  line-height: 1.3;
}

h4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10%;
  background-image: linear-gradient(0deg,slategray,palegoldenrod,palegoldenrod);
}

h4 footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: black;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 2%;
}

a {
  color: blue;
}

a:hover {
  color: blue;
}

a:visited {
  color: blue;
}

a:active {
  color: blue;
}
