body{
margin:0;
font-family:"Segoe UI",Arial;
background:#f4f6f9;
}

.header{
background:#e9eef5;
padding:25px 40px;
display:flex;
align-items:center;
position:relative;
border-bottom:2px solid #d0d7e2;
}

.header img{
height:110px;
}

.header-title{
position:absolute;
left:50%;
transform:translateX(-50%);
font-size:44px;
font-weight:800;
color:#0b3d91;
}

.brand-highlight{
color:#082c6c;
font-size:52px;
font-weight:900;
}

.main-container{
max-width:1200px;
margin:10px auto;
text-align:center;
}

.footer{
margin-top:100px;
text-align:center;
font-size:13px;
color:#777;
}

.center-table {
    margin: 0 auto;   /* centers horizontally */
    border-collapse: collapse;  /* optional, cleaner borders */
}

.center-table th,
.center-table td {
    padding: 8px;
    text-align: center;   /* center text inside cells */
}

.result-card {
    display: inline-block;
    margin: 15px;
    text-align: center;
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

.result-card img {
    width: 140px;
    border: 2px solid #444;
}

video {
    width: 400px;       /* desired width */
    max-width: 90vw;    /* responsive on mobile */
    height: auto;       /* keep aspect ratio */
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    margin: 20px auto; /* center horizontally */
}



.email-text {
    margin-top: 8px;
    font-weight: bold;
    color: #333;
}