footer {
    margin-top: 0px; /* Adjust the margin value as needed */
    width: 100%;
    background-color: rgb(237, 236, 154);
    height: 240;
    border-bottom: 20px solid rgb(251, 215, 15);
    border-top: 4px solid #ffa200;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}


