html {
  overflow: hidden;
  height: 100%;
}
body {
  overflow: auto;
  height: 100%;
}

ul {
  list-style-position: inside;
}

.page {
  border-radius: 3vmin;
  text-align: center;
  padding-left: 3vmin;
  padding-right: 3vmin;
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-orientation: from-image;
  background-image: url('../../data/img/bgr.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
      
footer {
  border-radius: 3vmin;
}
