.something {
    background: linear-gradient(180deg, #b6e3ff, transparent);
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you{
    color: #1680de;
    background: #ececec;
    padding: 10px;
}

.besht-logo{
    height: 250px;
}

form{
    margin-bottom: 100px;
}

.first-charge{
    line-height: 38px;
    padding-left: 10px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
    .cart{
        top: 10rem;
        right: 10px;
        width: 18rem;
        position: fixed;
    }
}