body {
    background: url(../../images/care-image2.jpg) no-repeat;
    background-position: top right;
    background-size:100%;
    color: #333;
    font-family: 'Arial', sans-serif;
}
.coming-soon-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
