body {
    font-family: "Times New Roman", Times, serif;
}

.page-title {
    text-align: center;
    margin-bottom: 20px;
}

.w-80 {
    width: 80%;
    margin: 0 auto;
    border: solid 1px #cdcdcd;
}

.container {
    padding: 10px;
    margin-top: 10px;
}

.page-title {
    /* uppercase */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    /* 20px */
    border: 1px solid #000;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    font-family: engravers-gothic, sans-serif;
}

.form-item {
    background-color: #dcdddf;
    padding: 10px;
    /* rounded corners */
    border-radius: 8px;
}

.hover-link {
    background-color: #dcdddf;
}

.form-item label {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.1em;
}

.form-group {
    margin-bottom: 30px;
}

.form-item input {
    border-radius: 8px;
}

#searchbox {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
}

.btn-custom {
    background-color: #fff;
    color: black;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    border: solid 3px black;
    text-transform: uppercase;
}

.btn-custom:hover {
    background-color: #dcdddf;
}

canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#clear {
    height: 100%;
    color: blue;
    font-weight: 200;
    cursor: pointer;
}

.certify {
    border: 2px solid #dcdddf;
    padding: 10px;
    margin: 15px;
    border-radius: 12px;
}

.big_checkbox {
    transform: scale(1.4);
}

.question-text {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

#payment-message {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    color: red;
}