@import url('https://fonts.googleapis.com/css2?family=Asimovian&display=swap');
body {
  color: peachpuff;
  text-align: center;
  font-family: Georgia;
  background: black;
}

body img {
  width: 75%;
  border-radius: 16px;
}

h1{
  font-size: 2.5em;
  margin-bottom: 0.5em;
  font-family:"Asimovian" ;
  color: red;
}

h2{
  font-size: 2em;
  margin-bottom: 0.5em;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p{
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-family: serif;
  color: white;
}