/* Module 62 CSS */


/* ***** Tag Based  ***** */

body {
    background-color: navy;
    color: yellow;
}

footer {
    background-color: navy;
    color: yellow;
}

header {
    background-color: navy;
    color: yellow;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
}

nav a {
    color: lightblue;
    background-color: navy;
}

nav button {
    display: inline-block;
    color: lightblue;
    background-color: rgb(4, 5, 56);
    font-size: 1em;
    border-color: aliceblue;
    border-radius: 50px;
    border-style: double;
    padding: 10px;
    width: 100px;
    margin: 5px;
    text-decoration: none;
}

p {
    font-size: 1em;
}


/* ***** Class Based  ***** */


/* ***** ID Based  ***** */