.page-heading {
    text-align: center;
    font-size: 60pt;
    font-weight: bold;
    font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: black;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
    margin-top: 0;
}

.page-box {
    background-color: #eee;
    border: 3px solid #aaa;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #999;
    text-align: left;
    margin: 0 auto;
    padding: 50px 50px 30px;
    width: fit-content;
    min-width: 500px;
}

.form-label {
    font-weight: bold;
    font-size: 16pt;
    display: inline-block;
    width: 140px;
    margin: 40px 0 5px;
}

.form-input {
    font-size: 16pt;
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.button-container {
    text-align: center;
}

.button {
    font-size: 16pt;
    padding: 12px 30px;
    margin: 30px 15px 0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.left-button {
    background-color: #5d6d8d;
}


.right-button {
    background-color: #332bff;
}

.error {
    color: red;
    font-size: 14pt;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.checkbox-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 30px 0;
    padding: 0 10px;
}

.checkbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
    font-size: 20pt;
    margin: 0 10px;
}
