body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000814;
    color: #FAF4D7;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../images/authentication-customer-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header {
    background-color: #001d3d;
    padding: 20px;
    text-align: center;
}

h1 {
    color: #ffd60a;
    margin-bottom: 0;
}

.navbar {
    background-color: #003566;
    padding: 10px;
    text-align: center;
}

.navbar a {
    color: #ffd60a;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
}

main {
    padding: 20px;
}

.format {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.format p {
    margin: 15px 0;
    line-height: 1.5;
}

.format h2 {
    color: #ffd60a;
    margin-top: 20px;
}

footer {
    background-color: #001d3d;
    color: #ffd60a;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    margin-top: auto;
}

.contact-section {
    max-width: 400px;
    margin: 0 auto;
}

.contact-section h2 {
    margin-bottom: 10px;
}

.contact-section p {
    margin-bottom: 5px;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-form {
    background-color: #003566;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.table-container {
    margin-top: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.table th, .table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #001d3d;
    color: #ffd60a;
}

.table tbody tr:last-child td {
    border-bottom: none;
}
