/* ======================= */

#mainlogo:hover {
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform:  scale(.95);
    -o-transform:  scale(.95);
    transform:  scale(.95);
    cursor: pointer;
}

.footer1 {
    /* background: linear-gradient(to bottom,  */
    /* rgba(0, 0, 0, 1), rgb(27, 30, 34), rgba(0, 0, 0, 1)); */
    /* background-color: rgb(33, 37, 41); */
    background-color: black;
}