  body {
        background-image: url(http://images.nationalgeographic.com/wpf/media-live/photos/000/013/cache/blue-penguins-hopkins_1339_600x450.jpg);
        margin: 0;
        padding: 0;
        font-family: "Open Sans", "Georgia", Helvetica, Arial, sans-serif;
        
    }
h1
{
    color: #30b9d8;
    text-align: center;
}
p {
    color: rgb(250,250,250);
    text-align: center;
    line-height: 1.3
}
#normalul {
    list-style-type: square;
}
#normalli{ 
  background: #000000;
    margin: 5px;
}
ul {
    list-style-type: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     border: 10px solid white;
    -webkit-animation: mymove 5s infinite; 
    -moz-animation: mymove 5s infinite;
    animation: mymove 5s infinite;
}
ul li {
    display: inline;
    float: left
}
ul li {
    font-family: "Open Sans", "Georgia", Helvetica, Arial, sans-serif;
   width: 100px;
     margin: 0;
    padding: 30px;
    background-color: #000000;
    border-radius: 0;
    }
 a {
  font-family: "Open Sans", "Georgia", Helvetica, Arial, sans-serif;
     margin: 1em auto;
      width: 100px;
    background-color: #000000;
    border-radius: 1em;
   color: white;
   text-decoration: none;
   text-align: center;
    padding: 30px;
 } 
li a:hover {
    background-color: #30b9d8;
}
ol
{
    color: rgb(250,250,250);
    text-align: left;
}
table
{
    border-collapse: separate;
    border-spacing: 1px 1px;
    color: rgb(255,255,255);
    text-align: center;
    table-layout: fixed;
    border-style: solid;
    border-color: rgb(255,255,255);
     margin-left:auto; 
    margin-right:auto;
}
table, tr, td, th{
    border: 1px solid #30b9d8;
}
    div {
    
        width: 800px;
        margin: 5em auto;
        padding: 50px;
        background-color: rgb(0,0,0);
        border-radius: 1em;
    }
iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
div{
    border: 15px solid white;
    -webkit-animation: mymove 5s infinite; 
    -moz-animation: mymove 5s infinite;
    animation: mymove 5s infinite;
}
@-webkit-keyframes mymove {
    50% {border-color: #30b9d8;}
}
@keyframes mymove {
    50% {border-color: #30b9d8;}
}
    
    
    
    
    
    
    