body{
    background-image: url("background.JPG");
    background-repeat: no-repeat;
    background-size: cover;
}
.card-title {
    color: #db0075;
}
.card-text {
    color: #17E6E6;
}
.list-inline-item {
    color: #ffd700
}
.price {
    color: #9B1B30;
}
.btn-pink {
    background-color: #fcb2b2 !important;
}

h1{
    position: relative;
    align-items: center;
    text-align: center;

}
/* .test1{
    
    color: blue;
    
} */
.frame{
    display:block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    align-content: center;
    overflow: hidden;
    -ms-overflow-style: none;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden;
}

.circle{
    border-radius: 50%;
    background-color: azure;
    height: 200px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}