body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
}

section {
    padding: 20px;
}

embed {
            width: 80%;
            height: 1000px;
        }
        
         .partners-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .partner {
            flex-basis: 50%;
            max-width: 50%;
        }

        @media (max-width: 800px) {
            .partner {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
        
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
}
