
footer {
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: black;
    border-top: 1px solid rgb(109, 109, 109);
    margin-top: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(238, 242, 245, 1);
    text-align: right;
    padding-right: 60px;
    max-height: 350px;
}

footer h1 {
    font-size: 30px;
    font-weight: bold;
}

footer ul {
    list-style: none;
    padding-bottom: 20px;
}