body{
    background-color:#F5DEB3;
}
/*Adding a border color to the lines seperating each section of the home.html page*/
hr{
    border-color:grey;
}