/*Dillon Bishop 08SEP25 About Me Project, styles.css*/
html {
    background-color: lightsalmon;
}

a {
    font-size: 20px;
}

main {
    text-align: center;
    font-family: 'Geneva';
    font-size: 18px;
    background-color: lightgray;
    box-shadow: 5px 5px 5px black;
    color: black;
    margin: 7px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 15px;
}

.centering {
    text-align: left;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 3px;
}


#header1n2 {
    color: darkgreen;
    text-decoration: underline;
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#header1 {
    color: darkgreen;
    text-decoration: underline;
    font-family: "Edu VIC WA NT Beginner", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nav1 {
    font-style: oblique;
    font-size: large;
    background-color: lightgray;
    box-shadow: 5px 5px 5px black;
    color: black;
    margin: 7px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 30px;
    text-align: center;
}

div {
    text-align: center;
}

div img {
    max-width: 100%;
    border: 3px solid black;
    margin-top: 6px;
}

a:link,
a:visited {
    color: blue;
}

a:hover {
    background-color: black;
    color: rgb(255, 231, 94);
}

footer {
    text-align: center;
    font-size: medium;
    font-style: italic;
    margin: 10px;
}