html, body {
  text-align:center ;
  font-family: 'Handlee' cursive ;
  margin:auto ;
  padding:2%;
  background-color: #000000 ;
  color: #ffffff ;
  display: flex;
  flex-direction: column ;
  justify-content: center ;
}

h1 {
 font-size:45pt ;
}

p {
 font-size:18pt ;
}

img {
 width: 50% ; 
}