body {
    align-items: center;
    background: #f5f7fa;
    background-image: url("https://www.bnsk12.org/img/bns-background1.jpg");
    color: #222;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    margin: 0;
    min-height: 100vh;    
}

.container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 700px;
    padding: 40px;
    text-align: center; 
}

.logo {
    margin-bottom: 30px;
    max-width: 220px;  
}

h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.bold {
    font-weight: bold;
}
