body{
    background-image:url(/img/Noelle.jpg);
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

#monica{
    height: 20em;
}

.container{
    margin: 3em;
    padding: 4em;
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    align-items: center;
    
}


.logo{
    height: 5em;
}

#logo_fil{
    height: 5em;
}

#klar{
    font-size: 2em;
    text-align: center;

}

.content{
    font-size: 1.5em;
    text-align: center;
}

#link{
    color:green;
}

a{
    text-decoration: none;
}

@media screen and (max-width: 450px){
    .container{
        padding: 1em;
        margin: 1em;
    }
    
    #logo_fil{
        height:2em;
    }
    
}

