@import url('https://fonts.googleapis.com/css2?family=Electrolize&family=Montserrat:ital,wght@0,300;0,700;1,300&display=swap');
:root {
    --rot: #c90516;    
    --blau: #004776;    
    --text: #313131;    
    --grau: #f2f2f2;
}

body {
        font-family: 'Montserrat';
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
        margin-top: 50px;
        color: var(--blau);
        font-family: Electrolize;
        font-weight: 400;
        text-transform: uppercase;
}

h1 {
        font-size: 25px;
}

a{
        color: var(--blau);
}