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

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

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

h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background-image: linear-gradient(0deg,#FFF9A1,beige);
}

h2 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #FFF9A1;
}

.icecube { 
  position: absolute;
  left: 20%;
  top: 10%;
  width: 300px; 
  height: 300px; 
  z-index: 99;
  background-image: linear-gradient(180deg,beige,lemonchiffon,lemonchiffon,#FFFEAB);
  rotate: 150deg;
}

h3 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: linear-gradient(180deg,#FFF9A1,#FFF9A1);
}

h4 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 95%;
  height: 5%;
}

h4 p {
  position: absolute;
  top: 15%;
  text-align: center;
  color: #D4CF0B;  
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 2%;
}