#leftbar, h2 {
    color: rgb(0, 128, 0);
    display: block;
    font-family: "Lucida Typewriter";
    font-size: 15.912px;
    font-weight: 700;
    line-height: 18.2988px;
    margin: 15.912px 0;
    text-align: left;
    word-spacing: 0;
}

form {
    font-weight: bold;
    width: 100%;
    padding: 20%;
    padding-right: 10%;
    background-color: #d0e4fe;
    text-align: center;
    border: solid black 1px;
    border-radius: 20px;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Align labels to the left and inputs to the right */
label {
    display: inline-block;
    width: 150px; /* Adjust the width of the labels as needed */
    text-align: left;
}

input[type="text"] {
    width: calc(100% - 10px); /* Adjust the width of the input fields as needed */
    /* calc(100% - width of label) */
    display: inline-block;
}

/* Additional styling for the button */
button[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


#noButton {
    position: absolute;
}