/*
#976fbe
#e0d7fa
*/

#body {
    background: #e0d7fa;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Gill Sans Ultra Bold", serif;
}

.spacer {
    margin: 70px
}

.navbar{
    background-color: #976fbe;
}

#title{
    font-size: 30px;
}

.playGame{
    margin-top: 10px;
    background-color: #976fbe;
    color: #fefae0;
}

.card{
    margin-top: 100px;
}

#c4Card{
    margin-bottom: 100px;
}

.card-title{
    align-content: start;
}

#rpsGame{
    margin-top: 50px;
}
/*#tttGame {*/
/*    padding-top: 200px;*/
/*}*/

.single-blog-bg {
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    position: relative;
}

.single-blog-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
    opacity: 0.5;
}

#slogan{
    margin-top: 120px;
    color: #976fbe;
    font-size: 50px;
    margin-bottom: 20px;
}

.header{
    color: #976fbe;
    font-size: 25px;
}

.card-text{
    color: #976fbe;
}

a:hover {
    color: #5e2993;
    text-decoration: underline;
}
