
body{
    background-image: url("./images.css/water_project.jpg");
    background-size: cover;
    background-color: blue;
}
p{
text-align: left;
color: black;
padding-left: 3em;

}
ol{
    padding-left: 5em;
    color: black; 
    justify-content:left;

}
h1{
    text-align: center;
    color:black;
}

footer {padding-bottom:-400%;
    left: 0; 
    bottom: 10px;
    width: 100%;
    height: 20%;
    background-color:black;
    color: white;
    text-align: center;
    

}
.fa-facebook{
    color: blue;
    text-align: end;
    justify-content: end;
}
nav{
    text-align: right;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
nav a{
    color: black;
}

