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

body {

    background-color: #fff0e9;

    label {
    font-family: "Nunito", sans-serif;
    /*font-optical-sizing: auto;*/
    font-weight: 200;
    font-style: normal;
    text-align: center;
    color: #3d2a1c;

  }
    h1 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #3d2a1c;
    }

    h2 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #3d2a1c;

    }

    .float-top {
      position: fixed;
      top: 12px;             
      right: 20px;           
      z-index: 9999;        
      display: inline-block;
      padding: 10px 14px;
      font-size: 14px;
      line-height: 1;
      text-decoration: none;
      border-radius: 8px;
      border: 0;
      background: #66CFC3;  
      color: white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    
    p {
      font-family: "Nunito", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      color: #b10026;
    }


    button {
      font-family: "Nunito",sans-serif;
      background-color:#e6d7d1;
      border-radius: 10px;
      border-color: #e6d7d1;
      padding: 15px 30px;
      font-size: 20px;
      margin-top: 20px;     /* space above the button */
      margin-bottom: 20px;  /* space below */
      margin-left: 10px;    /* space to the left */
      margin-right: 10px;
    }
    
    input {
        font-family: "Nunito", sans-serif;
        color: #3d2a1c;
      }



}
