@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
.alt-font {
    /*  font-family: 'Roboto', sans-serif !important;*/
    /* font-family: SVN-Gilroy, Verdana, Roboto, Tahoma, sans-serif;*/
    /* font-family: "Cormorant Garamond", serif !important; */
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-image: url(../imagesCustomer/bg-02-10.jpg);
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

h1 {
    color: rgb(255, 119, 0) !important;
    font-size: 40px;
}

h3 {
    color: rgb(73, 182, 255);
    font-size: 40px;
}

p {
    color: rgb(211, 191, 250) !important;
    font-size: 25px;
}

.zps-rainbow-button {
    font-family: var(--open-sans-condensed-bold);
    font-size: 20px;
    background: linear-gradient(90deg, #ff00cc, #ff9900);
    color: #fff;
    padding: 14px 48px;
    margin-bottom: 30px !important;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: background .3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: fit-content;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100svh;
    /* mobile chuẩn */
    padding: 20px;
}

.contentBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bodyImage .row>div {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    h1 {
        color: rgb(255, 119, 0) !important;
        font-size: 18px;
    }

    h3 {
        color: rgb(73, 182, 255);
        font-size: 20px;
    }

    p {
        color: rgb(211, 191, 250) !important;
        font-size: 14px;
    }
}