body {
    background-color: ;
}

body { 
    background-image: url('world.jpg');
    background-repeat: off;
    background-attachment: fixed;
}


/*iframe {
    border:none;
}*/

iframe {
  overflow: auto; /* Enables scrollbars when content overflows */
}

/*This command makes body transparent - nice - set to 0.80ish for nice transparent page - Use this*/
body {
  opacity: 100; /* Sets the body and its content to 50% opacity */
}

div.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: pink lightblue;
} 

img {
  opacity: 0.9;
}

iframe {
opacity: 90;
}

.iframe {
    height:100%;
    width: 85%;
    margin-left:auto;
    margin-right:auto;

    }

/* unvisited link */
a:link {
    color: black;
 }

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: red;
}

/* Fonts */

/* selected link */
a:active {
    color: #0b3cea;
}

pn {
    color: #ffffff;
    margin-left: 20px;
}

pn {
    font-size: 16px;
}

pn {
    font-family: "helvetica", verdana, Arial, Times, serif;
}
pnw {
    color: #000000;
    margin-left: 20px;
}

pnt {
  .my-text 
      letter-spacing: 15px; 
    }

pnt {
    font-size: 40px;
}

pnt {
    font-family: "book antigua", verdana, Arial, Times, serif;
}
pnt {
    color:  red;
    margin-left: 20px;
}
  pt {
    color:  red;
    margin-left: 20px;
}

pt {
    font-size: 45px;
}

pt {
    font-family: "times", Times, serif;
}

pt {
    font-weight: normal; }
}

.center {
  padding: 70px 0;
  border: 3px solid green;
}

h1 {
    color: #5D1406;
    margin-left: 20px;
}

h1 {
    font-size: 80px;
}

h1 {
    font-family: "Times", Arial, Times, serif;
}

h2 {
    font-size: 30px;
}

p {
    font-family: "Verdana", Arial, Times, serif;
}

p {
    font-size: 14px;
}

p {
    font-color: black;
    }