/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
*/

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    background-image: url("https://cdn.amoserve.com/www/src/img/bg/black-wall-desktop.jpg");
    background-size: cover;
    background-position: center;
    background-color: #222222;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.css-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    padding-top: 0;
    margin-top: -100px !important;
    margin-bottom: 0 !important;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    /* update */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.css-description {
    margin-top: -4px !important;
    color: #ffffff;
    /* font-family: Mulish; */
    font-family: Arial;
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.css-message {
    margin-top: 30px !important;
    padding-left: 30%;
    padding-right: 30%;
    color: #ffffff;
    /* font-family: Mulish; */
    font-family: Arial;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal !important;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

/*
 * Mobile View
 */

@media screen and (orientation: portrait) and (max-width: 767px) {
    .css-title {
        font-size: 2rem;
        margin-top: -40px;
    }
    .css-description {
        font-size: 1.6rem;
        margin-top: -5px !important;
    }
    .css-message {
        font-size: 1rem;
        line-height: 1.2rem; /* as it will wrap */
        padding-right: 10% !important;
        padding-left: 10% !important;
    }
}
