body {
    background-color: #cccccc;
    color: #000;
}
header nav ul li {
    list-style: none;
    display: inline-block;
    background-color: #bab8b8;
    width: 18%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
p {
    text-align: justify;
}
body {
    background-color: #cecece;
    color: #1f2d3c;
    direction: ltr;
}
h1{
    text-align: center;
    font-weight: bold;
}
footer nav ul li {
    list-style: disc;
    display: list-item;
    width: 18%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}