        @import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Abril+Fatface&family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

        * {

            margin: 0;
            box-sizing: border-box;
            font-family: "Poppins", "sans-serif";
            scroll-behavior: smooth;
            padding: 0;
        }

        body {
            background-image: url(images/Background-image.png);
            background-repeat: no-repeat;
            background-size: cover;
            overflow-x: hidden;
            margin: 0;
            padding: 0;

        }



        .logo {
            text-decoration: none;
            color: #89B3EA;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.8em;
            position: absolute;
            top: 0;
            left: 10px;
            right: 5px;

        }

        header {
            width: 100%;
            height: 60px;
            background-color: #000000;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            overflow: hidden;
        }

        nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .navigation li a {
            color: #89B3EA;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 500;
            transition: all 0.3s ease-in-out;
        }

        .navigation li a:hover {
            background-color: #0068ef;
            border-radius: 50px;
            padding: 10px 20px;
        }

        .contact-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            flex-direction: column;

        }
        label {
            font-size: 2rem;
            color: white;
            font-family: 'Poppins';
            font-weight: bold;

        }

        textarea {
            width: 700px;
        }

        input[type=text] {
            width: 700px;
            height: 50px;
            transition: all 0.5s ease-in-out;
            border: none;

        }

        input[type=text]:focus {
            box-shadow: 5px 5px 30px 10px rgba(3, 230, 255, 0.9);
            border-color: #0068ef;


        }

        #submit {
            background-color: green;
            margin-top: 20px;
            width: 200px;
            height: 50px;
            border: none;
            border-radius: 20px;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;

        }

        h1 {
            text-align: center;
            margin-top: 60px;
            font-size: 4rem;
            color: white;


        }

        .gamecraft {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-direction: column;

        }

        .gamecraft .btn {
            background-color: red;
            color: white;
            padding: 10px 30px;
            font-family: "Poppins";
            font-size: 1.6rem;
            border-radius: 50px;
            text-shadow: 2px 2px 8px yellow;
            box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.5);
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            border: none;
            text-decoration: none;
        }

        .gamecraft .btn:nth-child(2) {
            background-color: rgb(4, 65, 150);
            text-shadow: 2px 2px 8px black;
            font-size: 1.3rem;
            border-radius: 20px;
            font-family: 'Pixelify sans';
            padding: 10px 10px;
        }

        .gamecraft .btn:nth-child(2):hover {
            background-color: #34000064;
            box-shadow: 10px 10px 40px black;

        }

        h1 {
            font-family: 'Poppins';
            font-size: 4rem;
            padding: 0;
            margin-bottom: 15px;
            color: white;
        }

        .gamecraft .btn:hover {
            background-color: rgb(0, 0, 0);
            box-shadow: 0 0 20px rgb(255, 234, 0);
            transform: translate(0, -2px);

        }

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px 30px;
        }

        .profiel-1 {
            width: 200px;
            height: 200px;
            background: linear-gradient(to right, #2286b8, #000dff);
            margin: 150px;
            border-radius: 50%;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .profiel-1 h1 {
            font-size: 6rem;
            text-shadow: 5px 5px 8px lightblue;
            margin: 20px auto;
        }

        .profiel-1:before {
            content: 'SYSTEM MANAGER';
            position: absolute;
            bottom: -30px;
            left: 20px;

            color: white;

            font-size: 1.1rem;
            font-weight: 600;
            font-family: 'Poppins';
        }

        .discription-text {
            background: linear-gradient(to left, rgb(0, 145, 255) 50%, rgba(0, 42, 255, 0.272) 100%);
            width: 70%;
            display: flex;
            justify-content: center;
            height: 180px;
            border-radius: 40px;
            margin: 0 auto;
        }

        .discription-text p {
            font-size: 1.3rem;
            text-align: center;
            margin: auto 0;
            color: white;
            opacity: 0.7;

        }

        .imagewrapper img {
            background-size: cover;
            width: 50%;
            border-radius: 50px;
            border: 5px rgb(0, 0, 0) solid;
            transition: all 0.5s ease-in-out;
        }

        .imagewrapper img:hover {
            transform: scale(1.01);
            box-shadow: 3px 3px 30px #0068ef;
        }

        .suhsi-game {
            margin: 15% 50px;
        }

        .container .btn {
            background-color: rgb(255, 111, 0);
            padding: 20px 30px;
            cursor: pointer;
            color: white;
            border-radius: 50px;
            font-size: 2rem;
            font-family: 'Pixelify sans';
            text-shadow: 10px 10px 50px rgb(255, 0, 0);
            margin: 10px;
            border: none;
            box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease;
            text-decoration: none;

        }

        .container .btn:hover {
            background-color: rgb(255, 0, 0);
            transform: translateY(0, -2px);
        }


        .games-pagina .imagewrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10px;
            align-items: flex-start;

        }
        

        @media screen and (max-width: 600px) {
             body {
                background-image: url(images/Background-image.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
               
            }
            header{
                width: 100%;
                margin: 0 10px;

            }
            nav li{
                display: flex;
                flex-direction: column;
            }
            

            .container {
                width: 100%;
                height: 100%;
                margin: 0 auto;
            }

            .profiel-1 {
                width: 80px;
                height: 80px;
                margin: 40px auto;
                justify-content: center;
            }

            .profiel-1 h1 {
                font-size: 3rem;
                padding-top: 0;
                margin: 0;
            }

            .profiel-1:before {
                font-size: 0.6rem;
            }

            .discription-text {
                width: 70%;
                height: 50%;
                border-radius: 25px;
                padding: 10px;
            }

            .discription-text p {
                margin: 10px;
                font-size: 0.95rem;
                text-align: center;
            }

            .contact-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
                padding: 10px;
                gap: 5px;
            }

            

            label {
                font-size: 1.2rem;
                text-align: left;
                width: 100%;
            }

            textarea,
            input[type="text"] {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

            textarea {
                min-height: 120px;
            }

            #submit {
                width: 70%;
                font-size: 1.2rem;
                height: 50px;
                margin: 30px auto 0;
                display: flex;
                align-self: center;
            }

            .games-pagina .container .btn {
                padding: 10px 20px;
                margin: 0 auto;
            }

            .imagewrapper img {
                width: 100%;
                margin: 10px;

            }

            .form {
                height: 50px;
            }
            .home-text{
                font-size: 2rem;
            }
        }
        