footer {
    background-color: #00AABB;
    color: whitesmoke;
    text-align: center;
    /*position: absolute;*/
    max-width: 100%;
    max-height: 100%;
   /* bottom: 0;
    left: 0;
    right: 0;
    /*display: grid;
    grid-auto-rows: 1fr 1fr;*/
}


footer ul li{
    list-style-type: square;
}

footer p, #para2, footer ul li{
    font-size: 10px;
}

body {
    max-width: 100%;
}

