.footer {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color:black;
}
.cloudy-background {
    background: rgba(255, 255, 255, 0.5);
}