body {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 85%, rgba(204,204,204,1) 100%); 
}
.mynavbar {
    border-radius: 0.75em;
}
li.nav-item {
    margin-right:1em;
}
.nav-link {
    color: #FFF;
    text-transform: uppercase;
}
.carousel-inner .carousel-item img {
    border-radius: 1em;
}
.mybg_header {
    background: #ed2790;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.mybg_footer {
    background: #999;
    text-align: right;
    
}
.mybg_footer a {
    color: #FFF;
    text-decoration: none;
}
.list-group {
    border-radius: 0%;
    border: 0;
}
.list-group-item {
    border: 0;
    border-bottom: 1px dashed #ccc;
}
.bg_mymarquee {
    background: #3f0b27;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding:0.5em;
    border-radius: 1em;
}
.bg_myfooter {
    background-color: #ccc;
    border-radius: 1em;
}
}