
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f5f7fa;
    }
 
/*Current Openings Section*/
 
    .footer a {
      text-decoration: none;
      color: #6c757d;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    textarea, input[type="text"], input[type="email"], input[type="file"] {
      border-radius: 10px;
    }
