.logo{
    background-color: blueviolet;
}

footer{
    background-color: rgb(0, 0, 0);
    font-style: italic;
    font-weight: 10rem;
    color: whitesmoke;
    margin-top: 10px;
    font-family: sans-serif;
}

