input[type=text]{
    width: 100%;
    padding: 0.8px;
    margin: 2px;
    display: inline-block;
    border: 2px solid #063145;
    border-radius: 12px;
    box-sizing: border-box;
    color: #063145;
    font-style: italic;
    text-align: center;
    font-family: verdana;
  }

  .form-group {
      margin-bottom:0px; /* Adjust as needed */
  }

  input[type=submit] {
    width: 100%;
    background-color: #063145;
    color: #E0F7FA;
    padding: 4px;
    margin: 0.8px;
    border:rgb(5, 236, 12);
    border-radius: 12px;
    cursor: pointer;
    font-style: italic;
    text-align: center;
    font-family: verdana;
  }

  option[value=""][disabled] {
     display: none;
  }
  option {
     color: #063145;
  }

  input[type=submit]:hover {
    background-color: #1b861e;
    font-family: verdana;
    font-style: italic;
  }

  .form {
    border-radius: 35px;
    background-color: #C5CAE9;
    padding: 22px;
    margin: auto;
    width: 90%;
    font-style: italic;
    max-width:500px;
    text-align: center;
    font-family: verdana;
    font-size: 15px;
  }


  .dropdown {
     width: 100%;
     padding: 0.8px;
     margin: 2px;
     display: inline-block;
     border: 2px solid #063145;
     border-radius: 12px;
     box-sizing: border-box;
     text-align: center;
     font-family: verdana;
  }

  body {
      /* Add other styles here */
      background-image: url('/static/images/IplTata.jpg');
      background-size:cover;
      background-repeat: no-repeat;
  }


  body {
         font-family: Arial, sans-serif; /* Set a fallback font */
         background-color: #f0f0f0; /* Background color for the entire page */
         margin: 0; /* Remove default margin */
         padding: 0; /* Remove default padding */
          }

          .result-container {
              border: 22px solid #063145; /* Border style */
              border-radius: 12px; /* Rounded corners */
              padding: 20px; /* Padding inside the container */
              width: fit-content; /* Adjusts container width to content */
              margin: 50px auto; /* Centers the container and adds top margin for spacing */
              background-color: #C5CAE9; /* Background color */
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
              font-family: verdana;
          }

          h1, h2, p {
              margin: 0; /* Remove default margin for headings and paragraphs */
          }

          h1 {
              font-size: 24px; /* Set font size for h1 */
              color: #021721; /* Text color for h1 */
              font-family: verdana;

          }

          h2 {
              font-size: 20px; /* Set font size for h2 */
              color: #063145; /* Text color for h2 */
              font-family: verdana;
          }

          p {
              font-size: 16px; /* Set font size for paragraphs */
              color: #333; /* Text color for paragraphs */
              margin-top: 10px; /* Add some space above paragraphs */
          }

  <style>
      .large-heading {
          font-size: 36px;
      }
  </style>