@charset "utf-8";


    input[type="date"] {
      font-size: 20px;
      padding: 8px;
      border: none;
      border-radius: 4px;
    }

    button {
      font-size: 16px;
      padding: 8px 16px;
      border: none;
      border-radius: 4px;
      background-color: #e95283;
      color: white;
      cursor: pointer;
    }

    button:hover {
      background-color: #B34267;
    }

    h2 {
      font-size: 20px;
      color: black;
    }
    h4 {
      font-size: 20px;
      color: #e95283;
    }
    h4 a {
      color: #e95283;
    }
    p {
      font-size: 16px;
    }
    .p3 {
      font-size: 20px;
      color: #e95283;
    }
    .footer-credit {
      position: fixed;
      bottom: 12px;
      left: 12px;
      font-size: 10px;
      color: #aaa;
    }
    .footer-credit a {
      color: #aaa;
      text-decoration: none;
    }
    .footer-credit a:hover {
      text-decoration: underline;
    }
  
/* CSS Document */
