body {
  display: grid;
  font-size: 0.9rem;
  background-image: url('../img/white-background-vector.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  color: #f7349c !important;
  text-shadow: rgba(0, 0, 0, 0.418) 0.1em 0.1em 0.2em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
}

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 75%;
  max-width: 80%;
  max-height: 70%;
  padding: 8rem 6rem;
  background: rgba(255, 255, 255, 0.842);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}

footer {
  position: fixed;
  bottom: 0;
}

#urlCode,
#urlPG {
  color: #f7349c !important;
  border: 2px solid #34b9f7 !important;
}

#urlCode:hover,
#urlPG:hover {
  color: rgb(15, 66, 82) !important;
}

.progress-bar {
  background-color: #f7349c !important;
}

a {
  border: 0px !important;
}

.link-offset-2 {
  font-size: smaller;
  font-weight: 600;
}

.nav-link {
  border: 0px !important;
  font-size: larger;
  font-weight: 600;
  color: rgb(15, 66, 82) !important;
}

.dropdown-item {
  font-size: smaller;
  font-weight: 600;
  color: #34b9f7 !important;
}

#day {
  color: #f7349c !important;
  font-family: monospace;
  font-weight: 600;
}

.f-calibri {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 450;
}

@media (max-width: 576px) {

  .container {
    margin: 0 auto !important;
  }

  #issue {
    font-size: 2.5rem;
    margin: 0 !important;
  }

  header {
    height: 72%;
    margin-bottom: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  main{
    .card{
      height:auto;
    }
  }

  li {
    list-style: none;
    margin-left: 10px;
  }

  #logo-TS {
    visibility: hidden;
    height: 0;
    margin-bottom: 8px;
  }

  #container-msg {
    visibility: hidden;
    height: 0;
  }

  .col-3 {
    width: 100%;
    justify-content: center !important;
  }
  footer{
    position:-webkit-sticky;
  }
}

@media (max-width: 360px) {
  main{
    .card{
      margin-top: 30px !important;
    }
  }
}