* {
  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: ve;
  src: url('Venezia-Regular-0320.otf');
}

body {
  font-size:  10px;
  font-family: ve;
  background: red;
}


 p {
    position: absolute;
    text-align: left;
    font-size: 150%;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%)

}


 img {
  position: absolute;
  width: 400px;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%)
}