* {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        body {
            background-color: rgb(233, 238, 220);
            height:530vh;
        }

        .headimage img {
            width: 720px;
            height: auto;
        }

        .design {
            width: 720px;
            height: auto;
            margin: 20px 0 20px 0;
        }

        .design h1 {
            font-size: 40px;
            font-weight: 200;
            margin:20px 0 20px 0;
        }

        .design p {
            font-size: 18px;
            font-family: sans-serif;
        }

        .boxhover {
            background-color: white;
            width: 720px;
            height: auto;
            font-size: 17px;
            font-family: sans-serif;
            padding: 20px;
        }

        input {
            border: none;
            border-bottom: 2px solid rgb(134, 134, 134);
            padding: 40px;
            height: 35px;
            width: 100%;
        }

        select option {
            height: 40px;
            width: 100px;
        }

        .box label {
            padding: 10px;
        }

        .Industry {
            background-color: white;
            width: 720px;
            padding: 20px;
        }

        #segment {
            font-size: 20px;
        }

        .indseg {
            display: flex;
            justify-content: center;
            height: 50px;
            align-items: center;
            width: auto;
            background-color: rgb(224, 224, 224);
            border-radius: 10px;
            padding: 10px;
        }

        .indseg label {
            height: 15px;
            width: 175px;
            font-size: 18px;
        }

        .indseg input {
            height: 14px;
            width: 25px;
            border: none;
        }

        #alignindustry {
            width: 720px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        select {
            width: 180px;
            padding: 10px;
            border: 2px solid #666;
            border-radius: 8px;
            background-color: #f0f0f0;
            font-size: 16px;
            color: #333;
        }

        #account {
            font-size: 40px;
            font-weight: 300;
            margin: 20px 0 20px 0;
        }

        #exception {
            font-size: 18px;
            background-color: white;
            width: 720px;
            padding: 40px;
            line-height: 30px;
        }

        #para {
            font-style: italic;
            font-size: 20px;
            /* margin: 20px; */
        }

        #exception button {
            height: 45px;
            width: 310px;
            margin: 10px 0 10px 0;
            border: none;
            background-color: lightgrey;
        }

        .how {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 45px;
            width: 310px;
            gap: 5px;
            background-color: rgb(207, 207, 207);
        }

        .how input {
            height: 15px;
            width: 15px;
        }

        .how label {
            width: 260px;
        }

        #howque {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        #submitbtn {
            height: 45px;
            width: 720px;
            color: white;
            font-size: 18px;
            background-color: rgb(94, 94, 94);
            border-radius: 3px;
            border: none;
            font-size: 18px;
        }
        #secondpage{
            display: flex;
            justify-content: center;
            height: 2000px;
        }