    .title {
        width: 60%;
        display: flex;
        justify-content: center;
        margin-left: 20%;
        border-bottom: 1px solid #ffffff;
    }

    .title h1 {
        padding-top: 100px;
        transition: opacity 0.1s, filter 0.1s;
    }

    .text {
        display: flex;
        justify-content: center;
        padding-top: 5%;
        overflow-x: hidden;
    }

    .name {
        width: 30%;
        margin-left: 13px;
    }

    .name label {
        color: #ffffff;
        font-size: 24px;
        font-family: Tilt Neon, sans-serif;
    }

    .name input {
        width: 95%;
        height: 40px;
    }

    .second-text {
        margin-left: 20%;
        margin-top: 2%;
    }

    .second-text label {
        color: #ffffff;
        font-size: 24px;
        font-family: Tilt Neon, sans-serif;
    }

    .second-text input {
        width: 74.2%;
        height: 40px;
    }

    .third-text {
        margin-left: 20%;
        margin-top: 2%;
    }

    .third-text label {
        color: #ffffff;
        font-size: 24px;
        font-family: Tilt Neon, sans-serif;
    }

    .third-text textarea {
        width: 74.2%;
        height: 200px;
    }

    .button {
        text-align: center;
        padding-top: 50px;
    }

    .modal p {
        color: black;
        text-align: center;
    }

    .submit {
        text-decoration: none;
        color: #fff;
        background: #D256CC;
        font-size: 24px;
        padding: 20px 60px;
        font-family: 'Pixelify Sans', sans-serif;
        cursor: pointer;
    }

    .footer {
        margin-top: 120px;
    }

    @media screen and (max-width: 1280px) {
        .menu {
            gap: 40px;
            margin-right: 20px;
        }
    }

    @media screen and (max-width: 1000px) {
        .menu-toggle {
            display: block;
        }

        .menu {
            display: none;
            flex-direction: column;
            background-color: #222;
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 100%;
            padding-top: 80px;
            text-align: center;
            z-index: 1000;
        }

        .menu.active {
            display: flex;
        }

        .menu.active div {
            text-align: center;
        }

        .menu-item {
            position: relative;
        }

        .submenu {
            position: relative;
            background-color: #2c2c2c;
            border: none;
            align-items: center;
            width: 100%;
        }

        .submenu a {
            color: white;
            text-shadow: none;
            font-size: 16px;
        }

        .menu {
            font-size: 20px;
            gap: 40px;
            margin-right: 0;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 768px) {
        .menu-toggle {
            display: block;
        }

        .menu {
            display: none;
            flex-direction: column;
            background-color: #222;
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 100%;
            padding-top: 80px;
            text-align: center;
            z-index: 1000;
        }

        .menu.active {
            display: flex;
        }

        .menu.active div {
            text-align: center;
        }

        .menu-item {
            position: relative;
        }

        .submenu {
            position: relative;
            background-color: #2c2c2c;
            border: none;
            align-items: center;
            width: 100%;
        }

        .submenu a {
            color: white;
            text-shadow: none;
            font-size: 16px;
        }

        .menu {
            font-size: 20px;
            gap: 40px;
            margin-right: 0;
            margin-left: 60px;
        }

        .logo {
            width: 76px;
            padding: 30px 0 30px 40px;
        }

        .title {
            width: 70%;
            margin-left: 15%;
        }

        .text {
            padding-top: 7%;
        }

        .name {
            width: 40%;
        }

        .name label {
            font-size: 20px;
        }

        .name input {
            width: 92%;
            height: 30px;
        }

        .second-text {
            margin-left: 10%;
        }

        .second-text label {
            font-size: 20px;
        }

        .second-text input {
            width: 87.2%;
            height: 30px;
        }

        .third-text {
            margin-left: 10%;
        }

        .third-text label {
            font-size: 20px;
        }

        .third-text textarea {
            width: 87.2%;
            height: 150px;
        }

        .submit {
            font-size: 20px;
            padding: 15px 55px;
        }
    }

    @media screen and (max-width: 560px) {
        .title h1 {
            font-size: 38px;
        }
    }

    @media screen and (max-width: 414px) {
        .menu {
            display: none;
        }

        .logo {
            width: 56px;
            padding: 20px 0 20px 20px;
        }

        .mobile-menu {
            display: block;
            padding-right: 5%;
        }

        .title h1 {
            font-size: 24px;
        }

        .text {
            padding-top: 9%;
        }

        .name {
            width: 45%;
        }

        .name label {
            font-size: 15px;
        }

        .name input {
            width: 92%;
            height: 20px;
        }

        .second-text {
            margin-left: 5%;
        }

        .second-text label {
            font-size: 15px;
        }

        .second-text input {
            width: 94.2%;
            height: 20px;
        }

        .third-text {
            margin-left: 5%;
        }

        .third-text label {
            font-size: 15px;
        }

        .third-text textarea {
            width: 94.2%;
            height: 120px;
        }

        .button {
            padding-top: 30px;
        }

        .submit {
            font-size: 15px;
            padding: 10px 50px;
        }

        .footer {
            margin-top: 100px;
        }
    }