* {
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
}
#carouselExampleCaptions img {
    filter: grayscale(60%);
}
.creative div {
    width: 150px;
    margin: auto;
}
.anchor a{
    text-decoration: none;
    margin: 5px;
    color: black;
}
.myCard {
    border-radius: 15px;
}
.myCard ul {
    list-style-type: none;
    margin: 0%;
    padding: 0%;
}
.selected {
    background-color: rgba(29, 157, 207, 0.363);
}
.bgcolor1 {
    background-color: #f496d259;
}
.bgcolor2 {
    background-color: #0B0D17;
}
.my {
    background-color: rgba(18, 171, 231, 0.137);
}
@media screen and (max-width:576px) {
    .creative, footer {
        flex-direction: column;
        justify-content: center;
    }
    
}
@media screen and (max-width: 800px) {
    .anchor {
        display: none;
    }
}