.overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    display: none;
    padding-top: 10px;
    font-weight: bold;
}
