
/* body */
body{
    background-color: bisque;
}

/* title */

h1.title{
    text-align: center;
    color: cadetblue;
    font-weight: bold;
}

/* Footer */

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: small;
}
