@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,700,600,italic");

/* ============================================================
   Original globals.css styles injected below
   ============================================================ */

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
}

/* A blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}
.onescreen-h {
  height: calc(100vh - 65px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-wrapper {
  padding-left:15%;
  padding-right:15 %;
}
.pdoc-dl {
  cursor: pointer;
  transition: all 0.3s ease;
}
.pdoc-dl:hover {
  transform: scale(1.05);
}