



.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
background: repeating-radial-gradient(black 0px, orange 5px, red 10px);
 background-size: 200% 1600%;
 background-position: center 0;
  font-family: "Lora", serif;
text-align: center;
}




h1 {
    text-shadow: 4px 4px 5px black;
    color: #00ff00;
    /* Property: value */
    font-size: 45px;
    text-align: center
}
 /* unvisited link */
a:link {
  color: #00ff00;
   font-size: 25px;
   font-weight:bold;
text-shadow: 4px 4px 5px black;
text-decoration: underline;
}

/* visited link */
a:visited {
  color: #00ff00;
font-size: 25px;
 font-weight:bold;
text-shadow: 4px 4px 5px black;
text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: #507d2a;
font-size: 25px;
text-shadow: 4px 4px 5px black;
text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
font-size: 25px;
text-shadow: 4px 4px 5px black;
text-decoration: underline;
} 
h3 {
    text-shadow: 4px 4px 5px black;
    color: #00ff00;
    /* Property: value */
    font-size: 25px;
    text-align: center
}
h2 {
    text-shadow: 4px 4px 5px black;
    color: #00ff00;
    /* Property: value */
    font-size: 35px;
    text-align: center
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: none;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #0b6604;}

ul.topnav li a:hover:not(.subactive) {background-color: #111;}

ul.topnav li a.subactive {background-color: #00008B;}


ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}
</s

ul li a:hover {
  background-color: #111111;
}
Iframe {
    border: 3px;
    width: 520px;
    height: 450px;
}
.headline {
    text-shadow: 4px 4px 5px black;
    color: #0000CD;
    /* Property: value */
    font-size: 35px;
    text-align: center
}
h0 {
    text-shadow: 4px 4px 5px black;
    color: #00ff00;
    /* Property: value */
    font-size: 45px;
    text-align: center
}
@media screen and (max-width: 990px){
img {
width: 45%
}
}
@media screen and (max-width: 768px){
img {
width: 45%
}
iframe {
height: 50%;
width: 60%
}
}
@media screen and (max-width: 575px){
img {
width: 85%
}
iframe {
height: 50%;
width: 60%
}
/* unvisited link */
a:link {
  color: #00ff00;
   font-size: 25px;
   font-weight:bold;
text-shadow: 4px 4px 5px black;
}

/* visited link */
a:visited {
  color: #00ff00;
font-size: 25px;
 font-weight:bold;
text-shadow: 4px 4px 5px black;
}

/* mouse over link */
a:hover {
  color: #507d2a;
font-size: 25px;
text-shadow: 4px 4px 5px black;
}

/* selected link */
a:active {
  color: blue;
font-size: 25px;
text-shadow: 4px 4px 5px black
} 
}
