* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.title-block {
  text-align: center;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.logo {
  display: inline-block;
  margin: 0 auto;
}
.logo:hover {
  color: inherit;
}

.title-block .display-1 {
  text-shadow: 2px 2px 1px white;
}

.bg-image {
  display: block;
  position: absolute;
  inset: 0;
  background-color: #f5b319d3;
}

.py-vh-4 {
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.py-vh-5 {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.py-vh-6 {
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-2{font-size:2rem!important}
