/*
selector {
  property: value; 
  }
*/


body {
  background-image: url("https://i.pinimg.com/474x/92/f9/11/92f911030b0441521a1e1adac1bc4f39.jpg"), url("https://i.pinimg.com/474x/92/f9/11/92f911030b0441521a1e1adac1bc4f39.jpg");
  background-repeat: no-repeat
  background-size:cover;
  background-position:center;
  background-color: grey;
  background-attachment:fixed;
}

h1{
    text-align: center;
    font-family:Lucida Handwriting;
    color:#0d164a;
    
}
p{
    color:#0d164a;
    font-family:Courier New;
    text-align:center;
}


li {
  float:left;
  border-width:5px;
  border-color:white;
  border-style:double;
  width:445px;
}

ul{
     list-style-type: none;
    overflow: hidden;
    font-family:Courier;
    margin:center;
    float:center;
    padding:30px 40px;
    text-align:center;
}


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

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #0d164a;
}



a {
  display: block;
  overflow:hidden;
  color:#43126b;

}



.img2{
    padding:0px;
    margin:10px;
    border-radius:0px;
    border-style:double;
    border-color:white;
    border-width:10px;
    width:500px;
    margin:auto;
}
img{
    width:500px;
    border-radius:0px;
}
.img1{
    margin:auto;
    border-width:10px;
    border-style:double;
    width:500px;
    border-color:white;
}

h2{
    color:#0d164a;
    font-family:Courier New;
    text-align:center;
}

h3{
 color:#0d164a;
    font-family:Courier;
    text-align:center;
}

h4{
    color:#0d164a;
    font-family:Courier new;
    border-width:10px;
    margin:auto;
    border-style:double;
    border-color:white;
    width:500px;
    padding:10px;
    text-align:center;
}
 h2{
    border-width: 10px;
    margin:auto;
    border-style:double;
    border-color:white;
    width:500px;
    padding:10px;
    text-align:center;
}
ol{
    font-family:Courier New;
    color:#0d164a;
    margin:auto;
    border-width:10px;
    border-style:double
    border-color:white;
    width:500px;
}