#front-body {
    background-image: url('/images/background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DAC0A4;
}
.index-header{
    padding-top: 30px;
}
.card-text{
    color: grey;
    line-height: 1.1;
    margin-top: 5px;
}
.card-title{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
.card-body{
    padding: 0.5rem;
}
.url{
    text-decoration: none;
    color: inherit;
}
.no-left-pad{
    padding-left: 0!important;
    padding-bottom: 5px;
}
.cke_notifications_area{
    display: none!important;
}
.player-block{
    width: 100%; 
    max-width: 600px;
    display: inline-block;
}