body {
    /*allgemeine Information: das hier ist für Handy format*/
    background-color: black;
    color: white;
    font-family: "Times New Roman",GloriaHallelujah-Regular, Verdana;
    font-size: 2em;
    text-align: center;

    /* Ich will hier den Font benutzen, aber irgendwie funktioniert es nicht???*/
    .h1 {
        color: blue;
        font-family: "Gloria Hallelujah", GloriaHallelujah-Regular, BlinkMacSystemFont, Impact, Haettenschweiler,
            Verdana, Geneva, Tahoma;
    }

    .p1 {
        font-family: "Times New Roman", Times, serif;
        line-height: 2.7;
        font-size: 150%;
        padding: 25%;
    }

    @font-face {
        src: url(fonts/GloriaHallelujah-Regular.ttf);
        font-family: GloriaHallelujah-Regular;
    }

    .gloria-hallelujah-regular {
        font-family: "Gloria Hallelujah", cursive;
        font-weight: 400;
        font-style: normal;
    }
    /*Das hier für die Links*/
    a {
        color: #ffffff;
        font-style: normal;
        text-decoration: none;
    }
    a:hover {
        color: #ff0000;
        font-size: 1.1em;
    }

    img {
        border: 100%;
        margin: 52;
        width: 100%;
        padding-bottom: 25%;
        padding-top: 25%;
        
    }
    .linecomic {
        width: 100%;
        text-align: center;
        padding: 0;
        border: 0;
        margin: 0 auto;
        display: block;
        float: none;
        border-collapse: collapse;
        border-spacing: 0;
    }
.topnav {
        overflow: hidden;
        text-align: center;
        position: relative;
    }
    /* Style the top navigation bar */
    .topnav a {
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        border: solid 2px;
        border-radius: 25px;
    }

    /* Change color on hover */
    .topnav a:hover {
        background-color: #fc0000;
        color: black;
        font-size: 1.1em;
        border-radius: 25px;
    }
    /* Footer */
    .footer {
        padding: 1px;
        text-align: center;

        margin-top: 20px;
    }
}
