<style>

  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    background-color: #e5b8b1;
  }

  main {
    flex: 1;
  }

  @font-face {
    font-family: 'Punk Kid'; /* Give your font a name */
    src: url('"C:\Users\rhear\OneDrive\Desktop\bitsprint\Final\anushka_hackathon\anushka_hackathon\punk kid.ttf"') format('.ttf'); /* Specify the path to your .ttf file */
    /* Add additional font formats (e.g., 'woff', 'woff2') if needed */
  }
  
  h2 {
    font-family: 'Punk Kid', 'Times New Roman', Times, serif; /* Use your custom font or fallback to a generic sans-serif font */
    /* Additional styling for h2 if desired */


    font-size: 80px; /* Adjust the size as needed */
   
    color: #333; /* Text color */
    text-align: center; /* Center the text */
    margin-bottom: 30px; /* Adjust the bottom margin as needed */
    font-weight: bold; /* Make the text bold */
    text-transform: uppercase; /* Convert text to uppercase */
    letter-spacing: 2px; /* Adjust letter spacing as needed */
    line-height: 1.2; /* Adjust line height as needed */
  }

  .form-group {
    margin-bottom: 25px;
  }

  label {
    display: block;
    margin-bottom: 12px;
    color: #666;
  }

  input[type="text"],
  input[type="file"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }

  button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: #4c84af;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  button:hover {
    background-color: #000000;
  }

  #result-container {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }

  footer {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
  }

  .footer-col {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }

  .footer-col:last-child {
    margin-right: 0;
  }

  .footer-col h4 {
    color: #4b4b4b;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
  }

  .footer-col ul li {
    line-height: 20px;
  }

  .footer-col ul li a {
    color: #777;
    text-decoration: none;
  }
</style>
