
body {
    padding-top: 1px;

    background-image: url(images/b003neg.jpg) ;
    background-position: top center;
    background-size:cover;

        background-color:white; 

    font-family: "Courier New", sans-serif;
} 


.starter-template {
    text-align: center;
   color: #fff;
    text-shadow: 1px  0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
   
    background: transparent;
}


a {
    color: red;
    text-decoration: none;
    font-weight: bolder;
    
}

a:hover{
    color:rgb(28,252,3);
}

a:active{
    color:;
}

h1{
   font-size: 192%; 
    
}



.logo {
    text-align: center;
  margin: auto;
justify-content: center;
    position: inherit;
    
  
}

#myImage {
    width: 200px;
    height: 200px;
    margin: auto;
}
