body {
  margin-top: 2%;
  background-color: HoneyDew;
  /* background-image: url(images/background/background01.gif); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  }

iframe {
  width: 400px;
  height: 300px;
  overflow: hidden;
  left: 300px; 
  border:0px solid blue; 
}

p {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  font-style: normal;
  font-weight:normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: RoyalBlue;
}

p1 {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  font-style: normal;
  font-weight:normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: RoyalBlue;
}

a:link {
    color: PaleVioletRed;
    text-decoration: none;
}

a:visited {
    color: PaleVioletRed;
    text-decoration: line-through;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: white;
    text-decoration: none;
}
