body {
    /* font-family: Arial, sans-serif; */
    font-family: 'Century Gothic';
}

h1,
h2,
h3 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

p {
    font-size: 1em;
}

.menu-bar {
    background-color: white;
}

.menu-bar .club-name {
    color: black;
}

.impressum-content {
    width: 70%;
    margin: 120px auto;
}

@media only screen and (max-width: 500px) {
    .impressum-content {
        width: 80%;
    }
}

@media only screen and (max-width: 440px) {
    .impressum-content {
        margin-left: 20%;
    }
}

@font-face {
    font-family: 'Edo';
    src: url('../fonts/Edo/edo.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/Century\ Gothic.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Century Gothic bold';
    src: url('.//fonts/century-gothic/Century\ Gothic\ Bold.otf')
        format('opentype');
    /* font-weight: bold; */
}

@font-face {
    font-family: 'Century Gothic bold-italic';
    src: url('../fonts/century-gothic/Century\ Gothic\ Bold\ Italic.otf')
        format('opentype');
    /* font-weight: bold italic; */
}

@font-face {
    font-family: 'Century Gothic italic';
    src: url('../fonts/century-gothic/Century\ Gothic\ Italic.otf')
        format('opentype');
    /* font-weight: normal; */
}
