body {
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

#topBar {
    background-color: black;
    color: white;
    padding: 10px;
    font-size: 18px;
}

#topBar a {
    color: white;
    text-decoration: none;
}

.container {
    margin: 20px;
}

input {
    padding: 10px;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.ad-space-index-pg {
    width: 728px;
    height: 345px;
    background-color: grey;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ad-space {
    
    max-width: 100%;
    height: 90px;
    background-color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}



iframe {
    width: 100%;
    height: calc(100vh - 150px);
    border: none;
}


footer {
    text-align: center;
    padding: 15px;
    background-color: #222;
    color: white;
    margin-top: 20px;
}

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

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


