/*comment in css..yayyy!!!*/





/* p, h1, h3, h3 {
  justify-content: center;
 }*/

 body {
 background-color: #8ea5be;
 
 }
 
  a {
background-color: #728fae;
color: black;
padding: 12px 20px 12px 20px;
position: relative;
box-shadow: 0 3px 0 #1763b3;
text-decoration: none;
text-transform: uppercase;
font-size: 12pt;
}

a:hover {
background-color: #557fac;

}

a:active {
box-shadow: none;
top: 3px;
}

img[name="asian-josh"] {
border: 3px solid #557fac;
}

img[name="chess"] {
height: 100px;
}

p {
font-size: 14pt;
}


