body {       margin: 0;
padding: 0;
background-image: url("background.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
color: white;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
    color: #0077cc;
    text-align: center;
    font-size: 36px;
}

p{
    font-size: 18px;
    text-align: center;
    color: #333;
}
.header {
    display: flex;
    align-items: center;
    gap: 16px;
padding: 20px;
background-color: rgba(0, 0, 0, 0.6);
border-bottom: none;
}

.logo {
    height: 48px;
    width: auto;
}
