body {
    background-image: url("carati-diesel.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /*   background-color: black !important; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.container1 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 20px;
}

.column {
    padding: 20px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 306px;
    height: 200px;
}

.text-box {
    color: white;
    font-size: 16px;
    text-align: left;
}

h1 {
    font-size: 30px;
    color: #B44657;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

a {
    color: white !important;
    text-decoration: none !important;
}

a:hover {
    color: #B44657;
    text-decoration: none;
}

@media (max-width: 700px) {
    body {
        background-image: url("carati-diesel.webp");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        background-color: black;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .container {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        display: grid;
        grid-template-columns: 100%;
        /* gap: 20px; */
    }
}