body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #0088cc;
    color: white;
    margin: 0;
    padding: 20px;
}

iframe {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
}