    /* Asztali mode */
    @media only screen and (min-width: 1024px) {
        h1 {
            font-size: 3.125rem;
        }

        .links {
            width: 35%;
            font-size: 1em;
            align-items: center;

        }

        .links>div {
            border: 1px solid black;
            width: 140px;
            padding: 20px;
            text-align: center;
            background-image: url("gomb.png");
            background-size: cover;
            color: white;

        }

        .at {
            font-size: 0.75em;
        }

        div>blockquote {
            width: 500px;
            height: 300px;
            overflow: scroll;
        }

        th {
            font-size: 2rem;
        }

        li {
            font-size: 1.5rem;
            font-family: 'Times New Roman';
        }

        caption {
            font-size: 1.75rem;
        }

    }

    /* Mobil mode */

    @media only screen and (max-width: 1024px) {
        .links {
            width: 50%;
            font-size: 1em;
            align-items: center;
            flex-wrap: wrap;
        }

        .at {
            font-size: 10px;
            margin: 0;
        }

        .links>div {
            border: 1px solid black;
            padding: 5px;
            width: 100px;
            text-align: center;
            background-image: url("gomb.png");
            background-size: cover;
            background-color: white;
        }

        th {
            font-size: 1.125rem;
        }

        li {
            font-size: 1rem;
        }

        caption {
            font-size: 1.1rem;
        }

    }

    body {
        height: 100%;
        min-height: 100vh;
        background: linear-gradient(135deg, #3C3D7C 0%, #67BFCB 100%);
        color: lightgray;
    }

    h1 {
        margin: 0 auto;
    }

    h2 {
        margin-bottom: 0px;
        font-size: 3rem;
    }

    img {
        float: left;
        width: 20%;
        height: 20%;
    }

    iframe {
        width: 500px;
        height: 300px;
        margin: 0 8px;
    }

    a:visited {
        color: lightcyan;
    }

    a:hover {
        color: lightgray;
    }

    a:active {
        color: yellow;
    }

    a:link {
        color: white;
    }

    .form {
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    .table {
        display: flex;
        justify-content: space-around;
    }

    .about {
        margin: auto 20%;
    }

    .sponsor {
        margin-top: 30px;
        padding-left: 20px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .social-icon img {
        width: 70px;
        margin: 0px 12px;
    }

    .top {
        padding-top: 5px;
    }

    .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 8px;
    }

    .left {
        display: flex;
        justify-content: space-between;
    }

    .links {
        font-weight: 600;
    }

    .contact {
        margin-top: 30px;
        padding-left: 20px;
        min-width: 100vw;
        display: flex;
        align-items: baseline;
    }

    .baseline {
        align-items: start;
    }

    .posts {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .twitter {
        width: 350px;
        height: 300px;
        overflow: scroll;
        margin: 5px 0;
        background-color: white;
    }

    #h1 {
        margin: 25px 0px;
    }

    #summary {
        width: 20%;
    }

    .us-table {
        overflow: auto;
    }

    #schedule {
        text-align: center;
    }