body {
    background-color: #f8f8f8;
}

a:not(.uk-button-text):hover {
    color: #f8f8f8 !important;
}

a:hover {
    text-decoration: none !important;
}

ul.pagination {
    list-style-type: none;
}

ul.pagination li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
}

ul.pagination li:hover {
    background-color: #333333;
    color: #ffffff;
}

ul.pagination li a:hover {
    text-decoration: none;
}

.logo {
    width:150px;
    height:auto;
}

.mainimg {
    max-width:600px;
    width: 100%;
    height:auto;
}

.uk-grid {
    margin-left: -15px !important;
}

.red {
    background-color: #990000;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.green {
    background-color: green;
}

main {
    min-height: 90vh;
}