body{
    background-color: #dee5e5;
    color: #dee5e5;
}

.container{
    background-color: #3f3f37
}

.txt-green{
    color: #8CC63F;
}

#main{
    min-height: 700px;
    margin-top: 80px;
}

#my-pic{
    max-width: 250px;
    margin: 5px;
}

.bg-dark{
    background-color: #1f1f17 !important;
}

.bg-green{
    background-color: #8cc63f;
}

.bg-red{
    background-color: #CB3132;
}

.logo{
    max-width: 100%;
}
.game{
    height: 200px;
}
.card{
    padding: 5px;
    background-color: #424c55;
}

a{
    color: #CB3132;
    text-decoration: underline;
    font-weight: bolder;
}
a:visited{
    color:#3174B9;
}
a:hover{
    color: white;
}

div.card{
    margin-top: 20px;
}
div.side-bar{
    background-color: #1F1F17 !important;
}

hr{
    background-color: #CB3132;
}

b{
    color: #3174B9;
}