﻿body {
    background-repeat: repeat;
    /*background-image: url('../image/public/bg-pattern.jpg');*/
    background-color: #f8f6ea;
    color: #212121;
}

header {
    background-color: #56288c;
    color: white;
}

    header a {
        color: white;
    }

footer {
    bottom: 0;
}

.uk-card-default {
    background-color: #ffffff;
}
