body {
    font-family: "Times New Roman", serif;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
}

.btn-primary {
    font-size: 16px;
    padding: 10px 20px;
}

.bg-light {
    background-color: #f8f9fa !important;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
}

.card-body {
    text-align: center;
}

.card-title {
    font-weight: bold;
}

.card-text {
    font-size: 16px;
}

.btn-info {
    font-size: 14px;
}

.modal-body h6 {
    font-weight: bold;
}

.modal-footer {
    text-align: center;
}

.text-center button {
    font-size: 18px;
    padding: 12px 30px;
}
.company-logo {
    width: 240px; /* Fixed width for consistency */
    height: 240px;
    margin: 0 80px; /* Add spacing */
    transition: transform 3s ease-in-out;
}