 
body {
    background-color: #03331c;
    color: white;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    word-spacing: 0.1em;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.red{
    color: red;
}
header {
    text-align: center;
}

h3 {
    font-size: 1.2em;
    width: auto;
}


.texts {
    color: #fff;
    margin-bottom: 20px;
    line-height: 2;
    font-weight: normal;
    font-size: 1.1em;
}

.texts {
    display: block;
    line-height: 1.8;
    font-size: 1.em;
    
}

span {

    line-height: 1.8;
    font-weight: bolder;
    font-size: 1.em;
    
}

.imgs {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.img-1 {
    margin-top: 5em;
}

a {
    display: block;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

a:hover {
    background-color: #fff;
    color: #03331c;
}

/* Responsive images */
@media (max-width: 768px) {
    .imgs {
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .imgs {
        max-width: 80%;
    }
}

.footer {
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Form Styles */
form {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 40px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: navy;
    font-size: 16px;
}

form textarea {
    height: 100px;
    resize: vertical;
}

form button {
    background-color: white;
    color: navy;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

form button:hover {
    background-color: #f0f0f0;
}

#response-message {
    margin-top: 15px;
    font-weight: bold;
}

/* Button styles */
button, a.button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 10px 0;
}

button:hover, a.button:hover {
    background-color: #45a049;
    transform: scale(1.05);
    align-items: center;
    
}
a {
    align-items: center;
    margin: auto;
}
