/* IFRAME CSS STARTS HERE */ 

  .bodyBlogiframe {
    background-image: url('https://ctrl-dream.neocities.org/photo%20backgrounds/download%20memo.png');
    width: 500px;
    max-height: auto;
    position: relative;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-family: "Quicksand", sans-serif;
    font-weight: 400; /* Or 300, 500, 700 depending on how soft/bold you want it */
    font-style: normal;
    overflow-x: hidden;
    
  }
