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

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

body {
  font-size:  20px;
  overflow: hidden;
}

p {
  position: absolute;
  top: 1%;
  left:  1%;
  z-index: 88;
  width: 90%;
  font-family: tra;
}

svg {
  fill: black;
  z-index: 77;
  width: 100%;
}

.illu {
  position: fixed;
  right: 2%;
  bottom: 0%;
  width: 60%;
  height: 95%;
}

