@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap');

*{
    font-family: "Nunito", serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
  }

a{
    font-family: "Nunito", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Nunito", serif !important;
    font-optical-sizing: auto;
    font-weight: 800 !important;
    font-style: normal;
    font-size: 24px !important;
  }

  label {
    font-family: "Nunito", serif !important;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.p-4 label {
    margin-bottom: .5rem;
    font-size: 18px !important;
}


button, input {
    overflow: visible;
    font-family: "Nunito", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .buttontryagain {
    border: none;
    text-align: center;
    border-color: #cf1b22;
    background: #cf1b22;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    /*margin-top: 50px;*/
    padding: 15px 30px;
    font-size: 16px !important;
}  



