﻿body {
    background-color: rgba(225, 225, 225, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.nav-pills .nav-link.active {
    color: white !important;
    background-color: #bc066b !important;
}

li#color a {
    color: black;
}

.card {
    background-color: rgba(255, 255, 255, 0.7);
}