.bg {
    background: url('MiniPeliTausta.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: fixed;
    width: 100%;
    height: 100%;

    filter: blur(8px);
    -webkit-filter: blur(8px);

    z-index: -1;
}

.video-box {
    width: 100%;
    max-width: 900px;
    border: white 5px solid;
    border-radius: 15px;
}

.info-bar {
    background-color: white;
    color: #212529;
    padding: 10px;
    text-align: center;
}

.text-center {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: white;
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}
.menu {
    background-color: white;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.menu ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.about-section {
    background-color: white;
    color: #212529;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    border-radius: 15px;
}

.about-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 1.5em;
    line-height: 1.6;
}

.menu li {
    display: inline-block;
    margin: 0 15px;
}

.menu a {
    text-decoration: none;
    color: #212529;
    font-size: 1.5em;
}

.about-section {
    text-align: center;
    padding: 20px;
}

.about-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 1.2em;
}

.team-section {
    background-color: white;
    color: #212529;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    border-radius: 15px;
}

.team-member {
    text-align: center;
    padding: 20px;
}

.team-member img {
    width: 100%;
    height: auto;
}

.team-member h4 {
    margin-top: 10px;
}

.team-member img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.active {
    font-weight: bold;
}

.partnerships {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partnerships img {
    width: 300px;
    height: auto;
    margin: 10px;
}
