/* Minimal base reset - previously provided by Bootstrap's reboot */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}


footer a,
footer a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.red-dot {
  height: 10px;
  width: 10px;
  background-color: rgb(220,53,69);
  border-radius: 50%;
  display: inline-block;
}