body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; 
    overflow:inherit;
    font-family: Arial, sans-serif;
}

.full-page-content {
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    width: 280px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.full-page-content h2 {
    color: #333;
}
.full-page-content h3 {
    color: #e41616;
}

.input-container {
    font-family: Arial, sans-serif;
    margin: 15px 0;
    position: relative;
}

.input-container i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #aaa;
}
.input-container label {
    font-size: 24px;
    width: 90%;
    align-self: start;
    align-items: start;
    text-align: start;
    top: 10px;
    left: 10px;
}

input[type="text"],
input[type="number"],
input[type="password"] {
    font-size: 24px;
    width: 90%;
    max-width: 380px;
    padding: 15px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

select {
    font-size: 24px;
    width: 90%;
    padding: 15px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
but_ton {
    width: 75%;
    padding: 15px;
    margin: 5px 0;
    font-size:32px;
    border: 1px solid #ccc;
    background-color: #d8db34;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button[type="submit"] {
    background-color: #4ca14c;
}
button[type="reset"] {
    background-color: #db3434;
}

but_ton:hover {
    background-color: #9ea045;
}
button[type="submit"]:hover  {
    background-color: #54a045;
}
button[type="reset"]:hover  {
    background-color: #a04545;
}

.button-row {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 80vw;
    min-width: 750px;
}


.large-button {
    background-color: #ff5733;
    color: #fff;
    padding: 20px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin: 5px;
}


.square-button-red {
    width: 150px;
    height: 150px; 
    background-color: #ff5733;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}
.square-button-blue {
    width: 150px; /* Set the width for a   button */
    height: 150px; /* Set the height for a square button */
    background-color: #5833ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}
.square-button-yellow {
    width: 150px; /* Set the width for a square button */
    height: 150px; /* Set the height for a square button */
    background-color: #a04545;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}
.square-button-cyan {
    width: 150px; /* Set the width for a square button */
    height: 150px; /* Set the height for a square button */
    background-color: cyan;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}
.square-button-green {
    width: 150px; /* Set the width for a square button */
    height: 150px; /* Set the height for a square button */
    background-color: #3b9443;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}
.square-button-pink {
    width: 150px; /* Set the width for a square button */
    height: 150px; /* Set the height for a square button */
    background-color: #ee33ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    margin: 5px;
}

.topnav {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-button {
    background-color: #ff8c66;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
}

.nav-button:hover {
    background-color: #33c5ff;
}

.colored-text-box {
    padding: 10px;
    background-color: #f2f2f2;
    margin: 20px;
    text-align: center;
    font-size: 24px;
    width: 75vw; /* Set the desired width */
    max-width: 430px;
    height: 10vh;
    max-height: 66px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0),
                5px 5px 0px rgba(0, 0, 0);
    border: none; /* No border */
    border-radius: 0px;
}
.colored-text-box {
    padding: 10px;
    background-color: #f2f2f2;
    margin: 20px;
    text-align: center;
    font-size: 24px;
    width: 75vw; /* Set the desired width */
    max-width: 430px;
    height: 10vh;
    max-height: 66px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0),
                5px 5px 0px rgba(0, 0, 0);
    border: none; /* No border */
    border-radius: 0px;
}
.name-text-box {
    padding: 10px;
    margin: 20px;
    text-align: center;
    font-size: 3vh;
    width: 50vw; /* Set the desired width */
    max-width: 430px;
    height: 3vh;
}
.cust-img{
    width: 80vw;
    min-width: 200px; /*  2/5  */
    max-width: 400px;
}
.cust-img-btn{
    width: 65vw;
    min-width: 200px;
    max-width: 320px;
}