@font-face {
  font-family: "Persona 5";
  src: url("Expose-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  background: #E90000;
  font-family: "Persona 5", sans-serif;
  
}

.container {
  height: 100vh;
  text-align: center;
  background-image: url("joker.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size:80vh;
}

h1 {
  font-size: 64px;
}

p {
  font-size: 46px;
}