  @import url(https://fonts.googleapis.com/css?family=Arvo);
  @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Playwrite+HU:wght@100..400&display=swap');

  html {
    line-height: 1.4;
    font-family: "Arvo", Georgia, serif;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    background-color: #fdfdfd;
  }

  .container-fluid {
    padding: 20px;
    margin: 0px;
    margin-bottom: 20px;
  }

  body {
    padding-left: 5px;
    padding-right: 5px;  
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    }

   .card {
           margin-left: 5%;
           margin-right: 5%;
   }

  li {
    padding: 5px;
  }
  .modal-body {
    margin: 10px;
  }

  .list-group-item {
    padding: 15px;
  }

  h1 {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  h2 {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    color: #21618c;
    text-align: center;
  }

  h3 {
    font-family: "Karla", sans-serif;
  }

  .alert {
    font-family: "Karla", sans-serif;
    font-weight: 500;
  }

  @media (max-width: 680px) {
    .container-fluid {
      padding: 10px;
      margin: 0;
      margin-top: 10px;
    }

    body {
      padding: 2px;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
    }
  }

  hr {
    height: 2px;
    border: 0;
    margin: 30px auto;
    width: 100%;
    background-color: #0066cc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0.0, 0.8);
    margin-bottom: 40px;
  }

  .modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

    /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
