    .art {
        justify-content: center;
        padding: 30px;
        text-align: center;
    }
    .done {
        padding: 55.75px;
        border-top: 1px solid #303030;
        border-bottom: 1px solid #303030;
    }
    .reg p {
        font-size: 15.75px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
    }
    .reg {
        text-align: center;
        margin-bottom: 30px;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        }
        .col-lg,
        .col-md {
            flex: 0 0 calc(33.333% - 15px);
            max-width: calc(33.333% - 15px);
            margin-bottom: 30px;
            border-radius: 30px;
            background-image: 
            repeating-linear-gradient(90deg, rgba(48,79,254,0.1) 0 1px, transparent 1.75px 5.75px),
            repeating-linear-gradient(180deg, rgba(0,117,117,0.1) 0 1px, transparent 1.75px 5.75px);
            animation: movePattern 21s linear infinite;
            border-radius: 21px;
            text-transform: uppercase;
            font-weight: 500;
            box-shadow: 0 9px 21px rgba(48,79,254, 0.315);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-bottom: 5.75px solid #304ffe;
            border-top: 0.1px solid #304ffe;
            border-right: 0.15px solid #304ffe;
            border-left: 0.15px solid #304ffe;
        }
        @keyframes movePattern {
            0% { background-position: 0 0, 0 0; }
            100% { background-position: 212px 212px, -212px -212px; }
        }
        @media (max-width: 745px) {
            .col-lg,
            .col-md {
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
            }
        }
        @media (max-width: 415px) {
            .col-lg,
            .col-md {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        .reg h3 {
            font-size: 1.45rem;
            font-weight: 500;
            background: linear-gradient(90deg, #ffffff, #304ffe, #304ffe);
            background-size: 215% 75%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: Shine 5s linear infinite;
            margin-bottom: 12px;
            font-family: 'Roboto', sans-serif;
        }
        @keyframes Shine {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
        }
        @media (max-width: 745px) {
            .reg h3 {
                font-size: 1.21rem;
            }
            .reg p {
                font-size: 12px;
            }
        }
        .dropdown-container {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 3.75%;
        }
        select {
            padding: 15.75px;
            font-size: 21px;
            border-radius: 12px;
            cursor: pointer;
            border-color: #ffffff;
            color: #304ffe;
            font-size: 21px;
            font-family: 'Roboto', sans-serif;
            outline: none;
            margin-bottom: 45px;
            width: 51.75%;
            transition: all 0.3s ease;
            border-radius: 21px;
            background: transparent;
        }
        select:hover {
            border-color: #4a90e2;
        }
        @media (max-width: 475px) {
            select {
                width: 75.75%;
            }
        }
        @media screen and (min-width: 545px) and (max-width: 975px) {
            #countryContainer .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
            #countryContainer .col-lg,
            #countryContainer .col-md {
            flex: 0 0 calc(50% - 15px);
            max-width: calc(50% - 15px);
        }
        }
        @media screen and (max-width: 545px) {
            #countryContainer .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        #countryContainer .col-lg,
        #countryContainer .col-md {
            flex: 0 0 100%;
            max-width: 100%;
            }
        }
        h3 {
            color: #ffffff;
            font-size: 1.15rem;
            font-weight: 300;
        }

        h6 {
            padding-top: 45px;
            padding-bottom: 45px;
            padding-left: 9%;
            padding-right: 9%;
            color: #ffffff;
            font-size: 3rem;
            font-weight: 400;
            margin: 30px auto;
            text-transform: none;
            background-size: 55px 55px; 
            background-image: repeating-linear-gradient(180deg, #212121 0 0.5px, transparent 1px 55%);
            background-position: 0 0, 0 0;
        }
        @media (max-width: 375px) {
        h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        h6 {
            font-size: 3rem;
        }
        }