html {
    padding: 0px; 
    margin: 0px;
}

body{
    background-image: url(../Cute\ Chicks/Graphics/back.jpg);
    line-height: 1.5;
}

h1 {
    border-radius: 9px;
    text-align: center;
    font-family: cursive;
    font-size: 50pt;
    border-color: #000000;
    text-shadow: 3px 3px 3px rgb(255, 255, 255);
    background-color: #938e8e;
}

img {
    border: 7px solid rgb(255, 255, 255);
    box-shadow: 0 6px 18px black;
    text-align: center;
    border-radius: 10px;
}

nav {
    padding: 10px;
    text-align: center;
    border-width: 50px;
    font-size: 20pt;
    min-width: 120px;
    margin: auto;
    background-color: #938e8e;
    
}

nav a {
    background-color: #76d0d7;
    font-family: cursive;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px #000000;
    min-width: 120px;
    text-align: center;
    margin: 0px;
    padding: 7px;
    display: block; 
    margin: 7px auto ;
    border: 5px solid rgb(137, 211, 174);
    box-shadow: 3px 5px 7px black;
    transition: all 0.5s;
    border-radius: 9px;
    text-decoration: none
}

nav a:hover {
    color: #000000;
    text-shadow: 2px 2px 2px rgb(255, 255, 255);
    transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none
}
h2, h3 {
    text-align: center;
}

div#content {
    font-family: cursive;
    text-shadow: 2px 2px 2px white;
    text-align: center;
    margin-left: auto;
    color: #000000;
    background-color: #938e8e;
    height: auto;
}

footer {
    font-family: cursive;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    background-color: #938e8e;
}


