.text .maintext{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.boxes p{
    max-width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    text-align: left;
    letter-spacing: 0.4px;
    margin: 20px auto 0;
    text-indent: 20px;
}

.copyright a{
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(117, 117, 117);
    text-align: center;
    letter-spacing: 0.3px;
}

.mainsection .formbox h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-bottom: 30px;
    color: #0f0f0fe0;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}