html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.pulse-ring {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid rgba(0, 93, 184, 0.5);
    animation: pulse 2.5s ease-out infinite;
    pointer-events: none;
}