eader {
    background-color: rgb(239, 124, 166);
    color: rgb(235, 126, 206);
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    padding: 20px;
}

body {
    background-color: rgb(253, 110, 170);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0%;
    padding: 0%;
}

nav {
    background-color: rgb(244, 167, 211);
    text-align: center;
    list-style: georgian;
    padding: 0%;
}
footer {
    background-color: rgb(252, 173, 205);

}
p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(247, 226, 232);
}
h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(254, 99, 177);
}