
body {
        color: #212121;
        background: rgb(253,221,227);
        background: linear-gradient(90deg, rgba(253,221,227,1) 0%, rgba(250,209,216,1) 100%);
}

.max-container {
        max-width: 1680px;
        overflow-x: hidden;
}

.text-primary {
        color: #B31942 !important;
}

a {
        text-decoration: none !important;
}

img {
        max-width: 100%;
}
