@import '@vaadin/vaadin-lumo-styles/all-imports.css';

.my-background {
    min-height: 100vh;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.readable-text{
    background-color: rgba(34, 34, 34, 0.7);
    border-radius: 8px;
    display: inline-block;
}

.my-navbar{
    width: 100%;
    min-width: 0;
    height: 80px;
    background-image: url("images/background_header2.jpg");
    background-size: auto 90px;
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden

}

.gruen{
    background-color: #3ec96b;
}