html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  overflow: hidden;
  width: 100dvw;
  height: 100dvh;
  background-image: url(../image/indexpage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%;
}

.footer {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #044ed7;
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
}

.content-footer {
  max-width: 70%;
  margin: 0 auto;
}

.second-footer span {
  display: block;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "AlbertRegular";
}

.button1 {
  position: absolute;
  top: 68%;
  left: 17%;
}

.button2 {
  position: absolute;
  top: 68%;
  left: 55%;
}
