body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #09124F;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.logo a {
    color: #fff;
    text-decoration: none;
}

.links a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

iframe {
    width: 100vw;
    max-width:1200px;
    height: 95vh;
    margin: 0 auto;
    display: block;
    border-style:none;
    border: none;
}
