.demo-section {
    text-align: center;
}

h1 {
    font-size: 2rem;
}

.flex-container {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.term-flex {
    width: 45%;
}

label {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}

input[type=text],
select {
    display: inline-block;
    width: 100%;
    border: 1px solid rgb(148, 163, 184);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    tab-size: 4;
    text-align: start;
}

.button-section {
    margin: 10px;
    margin-bottom: 30px;
}

input[type=submit] {
    display: inline-block;
    padding: 10px;
    background-color: #020617;
    color: #f8fafc;
    border-radius: 0.5rem;
    border: 0;
    text-decoration: inherit;
}

.subtitle {
    font-size: small;
}

.description {
    text-align: justify;
    line-height: 1.5;
}

code {
    color: #dc2626;
    background-color: #f2f4f7;
}