@font-face {
    font-family: 'rover';
    src: url('../fonts/dpsg-rover.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: rgb(25, 25, 25);
    background-image: url("../media/DPSG-Lilie_rot_halb.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    color: white;
    font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
    font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'rover';
}

h1 {
    font-size: 6em;
}

a {
    color: rgb(200, 32, 62);
}

a:hover {
    color: rgb(170, 2, 32);
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 3em;
    }
    body {
        font-size: 1.5em;
        background-image: none;
    }
}
