// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 800

.anek-malayalam {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h1, h2, h3, h4,h5 {
    font-family: "Anek Malayalam", Arial, Verdana, sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}


#container_main {
    position: relative;
    background-image: url(images/wasserzeichen_gruen.png);
    background-image: 500%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}