body {
    background-color: lightblue;
  }
  
  h1 {
    color: white;
    background-color: darkcyan;
    font-family: 'cinzel';
    font-size: xx-large;
    text-align: center;
  }
  
  p {
    color: white;
    background-color: rgb(95, 68, 119);
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
  }

iframe {
    display: block;
    border-style:none;
    margin:auto;
}