body {
    background: #006a71 !important;
    font-family: 'Segoe UI', sans-serif;
}

.main-wrapper {
    margin: 25px auto;
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 0 20px #000;
    background-color: #e8ecf7;
    padding: 20px;
}

.text-teal {
    color: #126c6c;
}

.logo {
    width: 100px;
    height: auto;
}

.contact-container {
    padding: 40px;
}

.form-control,
.form-select {
    border-radius: 10px;
}

.btn-submit {
    background-color: #006a71 !important;
    color: white !important;
    border-radius: 10px;
}

.address-box {
    background-color: #1f9aa6;
    color: white;
    font-size: 25px;
    padding: 15px;
    border-radius: 10px;
}

.contact-footer {
    background-color: #006a71;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.contact-footer a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .main-wrapper {
        margin: 40px auto;
    }

    .contact-container {
        padding: 20px;
    }
}