*{
    margin:  0;
    padding: 0;
    box-sizing: border-box;
}

.my-top{
    position: sticky;
    top: 5px;
    padding: 20px;
    z-index: 5;
}
.order{
    background-color: orangered;
    padding: 10px 40px;
    border: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;

}
.order:hover{
    scale: 1.1;
    background-color: goldenrod;
}
.com{
    height: 900px;
}
.navbar-brand{
    font-weight: 700;
}
.my-text{
    font-size: 20px;
    text-align: center;
    color: orangered;
    font-weight: 500;
}
.caro-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.caro{
    width: 60%;
}
.price{
    width: 100%;
}
.price h3{
    color: rgb(218, 211, 211);
    text-align: center;
    text-decoration: line-through;
    text-transform: uppercase;
}
.price h1{
    color: orangered;
    text-align: center;
    text-transform: uppercase;
}
.items{
    font-size: 15px;
}
.package{
    color: orangered;
    
}
.package ol{
    font-size: 18px;
}
.place{
    color: orangered;
    text-align: center;
    font-size: 18px;
}
.promo{
    color: orangered;
    font-weight: 600;
    font-size: 40px;
}
.red{
    color: orangered;
    text-align: center;
}
footer h4{
    font-size: 18px;
    margin-top: 20px;
}
@media only screen and (max-width:520px) {
    .caro{
        width: 100%;
    }
}