@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css");
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%; }

body {
  font-family: objektiv-mk3, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #000000;
  background: white;
  background: linear-gradient(18deg, rgba(207, 214, 230, 0.6) 0%, rgba(231, 239, 249, 0.6) 100%);
  overflow-x: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

.logo {
  display: inline-block;
  max-width: 6rem;
  margin-bottom: 2rem; }

h1, h2, h3 {
  color: #000000; }

h1 {
  margin-bottom: 5rem; }

h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6); }

h3 {
  margin-bottom: 0; }

hr {
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  max-width: 40%;
  margin: 2rem auto; }
