 body {
    padding-bottom: 0px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Content grows to take available space */
.content {
    flex: 1;
}

.footer {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(40, 40, 40);
    font-size: 15px;
    width: 100%;
    height: 160px;
    padding: 1rem;
    text-align: center;
}
