import url(https://fonts.gooogleapis.com/css?family=playball);
body {margin-left:16px;
      background-color:#FFFFF1:
      }
h1 {font-size:36px;
   }
p{color:black;
  background-color:orange;
  width:1160px;}

header{ width:1160px;
        color:black;
        border-bottom:solid 1px skybule;
        margin-bottom:30px;
        box-shadow:1px 7px white;
        padding:5px;
       }

article{background-color:#1122B3;
        width:1160px;
        margin-left:16px;
        margin-right:auto;
        border:solid 1px skyblue;
        padding-right:15px;
        box-shadow:2px 2px 16px black;
        margin-bottom:16px;
        border-radius:10px;
        overflow:hidden}

footer { width:1160px;
         margin-left:16px;
         margin-right:auto;
         clear:both;
        }

h2{ clear:both;
    width:1160px;
    font-size:32px;
    border-bottom:solid 8px #c39f44;
    margin-top:32px;
    text-align:bottom;
    }

p.omen1{ margin:16px;
         position:fixed;
         top:16px;
         left:16px;
         text-align:left;
         color:white;
         background-color:#1122B3;
        }
p.omen2{ margin:16px;
         position:fixed;
         top:16px;
         left:1200px;
         text-align:left;
         color:white;
         background-color:#1122B3;
        }

a:link{color:yellow;}
a:visited{color:black}
a:hover{color:skyblue}
a:active{color:white;}

    