        .row {
            background-color: #E6F4F7;
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            border-radius: 5px;
            justify-content: space-between;
            margin: 20px;
        }

        label {
            font-weight: bold;
        }

        .inline-label {
            display: inline-block;
            margin-right: 10px;
            text-align: justify;
        }

        .large-text {
            font-size: 22px;
            font-weight: bold;
            color: #006666;
            line-height: 1.5;
        }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], select {
    max-width: 250px;
    min-width: 250px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    font-size: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
}

input::placeholder {
    color: #999;
    text-align: center;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    box-shadow: none;
    border: none;
    appearance: auto;
    background-color: transparent;
}

input[type="checkbox"] {
    accent-color: #4CAF50;
}

input[type="radio"] {
    accent-color: #4CAF50;
}
        select {
            background: #f9f9f9 url(data:image/svg+xml;utf8,<svg\ fill=\"%23333\"\ height=\"24\"\ viewBox=\"0\ 0\ 24\ 24\"\ width=\"24\"\ xmlns=\"http://www.w3.org/2000/svg\"><path\ d=\"M7\ 10l5\ 5\ 5-5z\"/></svg>) no-repeat right center;
            background-size: 16px 16px;
            padding-right: 40px;
            background-color:#f9f9f9
        }

        .icon {
            font-size: 25px;
        }

        .content, .container, .container-1 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            display: flex;
            justify-content: space-around;
        }

        .container-1 {
            margin-top: -100px;
        }

        .box, .box-1 {
            width: 100%;
            max-width: 1200px;
            margin: 20px 0;
            padding: 15px;
            border-radius: 5px;
            display: flex;
            flex-direction: row;
            align-items: center;
            align-items: flex-start;
        }

        .box-1 {
            background-color: rgba(255, 255, 255, 1);
            justify-content: center;
            align-items: center;
        }

        header .box-text, .box-text {
            max-width: 600px;
            font-size: 18px;
            line-height: 1.5;
            color: white;
            padding: 0 20px;
            border-radius: 5px;
            margin: 30px 0;
            background-color: rgba(10, 0, 41, 0.7);
        }

        header .box-text h1 {
            font-size: 1.2em;
        }

        .box-text-1, .box-text-2 {
            flex: 1;
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            align-self: flex-start;
        }

        .box-text-2 {
            background-color: #ffffff;
            box-sizing: border-box;
            padding: 10px;
            width: 100%;
        }

        .box-text-4 {
            width: 100%;
            flex: 1;
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            align-self: flex-start;
            text-align: center;
            border-radius: 5px;
            margin: 10px;
        }

        .box-text-5 {
            box-sizing: border-box;
            padding: 10px;
            width: 25%;
        }

        .box img, .box-1 img {
            max-width: 90%;
            height: auto;
            border-radius: 5px;
            margin-top: 0px;
        }

        button {
            width: 90%;
            background-color: #FF8CC0;
            color: #000000;
            min-height: 60px;
            padding: 10px 20px;
            font-weight: bold;
            border: none;
            border-radius: 5px;
            font-size: 26px;
            cursor: pointer;
        }

        button:hover {
            background-color: #11FFB1;
        }

        @media (max-width: 768px) {
            .icon {
                font-size: 20px;
            }

            .icon-2 {
                font-size: 20px;
            }

        .inline-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 95%;
            margin-bottom: 10px;
            flex-direction: column;
            gap: 0;
        }

        .inline-label span {
            margin-left: 15px;
        }

        .inline-label input, .inline-label select {
            flex-grow: 1;
        }
            header .box-text {
                padding: 10;
            }

            .content, .container, .container-1, .box, .box-1, .box-text, .box-text-1 {
                flex-direction: column;
                max-width: 100%;
                padding: 0;
                margin: 0;
            }

            nav .container {
                flex-direction: row;
            }

            .box-text-5 {
                width: 50%;
            }

            .box img, .box-1 img {
                max-width: 100%;
                padding: 0;
                margin-top: 0px;
            }

            .box-text, .box-text-1 {
                margin: 10px;
            }

            .box-text-4 {
                margin: 10px;
                width: calc(100% - 20px);
            }
