.title-heading {
    font-size: 28px; /* Set the font size */
    font-weight: bold;
    color: #000000; /* Set the text color */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.subheading-1 {
    font-size: 22px; /* Set the font size */
    color: #000000; /* Set the text color */
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
}

.background {
    align-items: center;
    padding: 30pt 40pt;
    background-color: #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    min-width: 250pt;
    border-radius: 20pt;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}