body {
    margin: 0;
    padding: 0;
}


main {
    justify-content: space-between;
    padding: 20px;
    margin-bottom:75px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    line-height:22px;
}