body {
  font-family: Monkey;
  background: linear-gradient(
    45deg,
    #ffaaDD 0%,
    #aa00ff 50%,
    #0000ff 100%,
    );
}

@font-face {
  font-family: Monkey;
  src: url(/Monkeys.ttf);
}

h1 {
  text-align: center;
  
  }

img {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 1000px;
  
}