main {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
}

main img {
    width: 1000px;
    border-radius: 50px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;

}

main p,
main h1,
main h2,
main ul,
main a {
    width: 1000px;
    max-width: 100vw;
}

main h1 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 50px;

}

main h2 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 50px;

}

p {
    font-size: 27px;
}

ul {
    margin-top: 70px;
}


li {
    font-size: 27px;
    margin: 2vw 0;
}

ul a {
    font-size: 27px;
    color: darkgreen;
}

a {
    color: darkgreen
}

main {
    margin-bottom: 10vw;
}

.author {
    display: none;
    width: 100%;
    margin-bottom: 16vw;
}

.author img {
    width: 5%;
    border-radius: 300vw;
    margin: 0;
    margin-right: 3vw;
    float: right;

}

.by {
    float: right;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 600;
}

#eu_flag {
    float: right;
    width: 30%;
    border-radius: 2vw;
    margin-top: -2vw;
}

iframe{
    margin-top: -180px !important;
    
}
#iframe-container{

    background-color: rgba(255, 255, 255, 0.8); /* Background color with transparency */
    position: relative;
    overflow: hidden;
}
.blur-overlay{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor:pointer
}
.blur-overlay:hover{
    cursor: pointer
}
@media (min-width: 700px) {

    main{
        width: 1000px;
        margin: auto;
    }
}

@media (max-width: 700px) {

    iframe{
        margin-top: -25vw !important;
        
    }

    #myIframe{
        width: 90vw;
    }

    main {
        width: 90vw;
        margin: auto;
    }

    main img {
        width: 100%;
    }

    main p,
    main h1,
    main h2,
    main ul,
    main a {
        width: 100%;
        max-width: 100%;
    }

    main h2 {
        font-size: 3vw;
    }

    main h1{
        font-size: 6vw
    }
    main p{
        font-size: 3vw;
    }
    li,
    ul a {
        font-size: 3.7vw;
    }

    #iframe-container{
        width: 100vw;
    }

}

.halb {
    width: 50%;
}



.scrolltoerg {
    color: darkgreen;
    text-decoration: underline;
    cursor: pointer;
}

