footer {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgb(6, 0, 24), rgb(0, 0, 0));
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}