header {
    background-color: rgba(48, 90, 44, 0.778);
    color: rgb(146, 171, 80);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px;
}

body {
    background-color: bisque;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}

nav {
    background-color: rgb(103, 190, 16);
    text-align: center;
    list-style: georgian;
    padding: 0;
}
footer {
    background-color: lightblue;
}

p {
    font-family: 'Times New Roman', Times, serif;
    color: rgb(89, 77, 9);
}

h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(237, 242, 93);
}