

/* CSS content goes here */

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}


.section, .hidden {
    display: none;
    text-align: center;
    width: 50%;
    margin: 20px 0;
}

.active {
    display: block;
}

label, input {
    display: block;
    margin-bottom: 10px;
}

button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}

input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}


    body {
        font-family: Arial, sans-serif;
        height: 100vh;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    fieldset {
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button {
        margin: 10px;
    }

    input[type="text"] {
        padding: 5px;
        font-size: 1rem;
    }

    h2 {
        margin-top: 0;
    }

    output {
        display: block;
        margin: 10px auto;
    }

     body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f4f4f4;
        }
        .section {
            display: none;
        }
        .center {
            text-align: center;
        }
.narrow-paragraph {
    max-width: 400px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the paragraph horizontally */
}



/* Future styles will be added below this line */

/* Previous styles above this line */



/* Future styles will be added below this line */



