.Carwex-img-container {
    display: flex;
    justify-content: center;
    background-image: url(../templates/carwex-home-image.png.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
    height: 800px;
}

.text {
    color: white;
    opacity: 1;
}

.background-color {
    background-color: rgb(75, 74, 74);
}