@charset "UTF-8";

footer {
    color: #000000;
    background-color: #b4ffff;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.copyright {
    font-size: 12px;
    text-align: center;
    color: #000000;
}

@media (max-width: 500px), (min-width: 500px) and (max-width: 1200px) and (max-height: 600px) {
    footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
