body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f4f4f4;
    position: relative;
}

.container {
    text-align: center;
    margin-bottom: 2rem;
}

h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 1rem;
    color: #333;
}

iframe {
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

footer p {
    margin: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.top-left-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px; /* Adjust size as needed */
    height: auto;
    margin: 20px;
}

.top-right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px; /* Adjust size as needed */
    height: auto;
    margin: 20px;
}
