body {
    margin: 0;
    padding: 0;
    background-image: url('https://i.imgur.com/nwoDBxv.jpg');
    background-size: cover;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

header {
    padding: 20px;
    text-align: center;
}

.logo {
    width: 200px; /* Adjust the size as needed */
    height: auto;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.google-form {
    background: rgba(255, 255, 255, 0.8); /* Adjust the transparency as needed */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

footer {
    /* Add any styles for the footer */
}
