footer {
    background: linear-gradient(rgba(48, 144, 233, 0.041), rgba(140, 156, 202, 0.153));
    color: #000000;
    text-align: center;
    height: 70px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .id p {
    color: gray;
    font-size: 10px;
    margin-top: 5px;
}