body, html {
    height: 100%;
    margin: 0;
}

body {
    height: -webkit-fill-available;
}

.background {
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#background-current {
    transition: opacity 1s ease-in-out;
    z-index: 5;
}

footer {
    position: fixed;
    z-index: 30;
    bottom: 20px;
    width: 100%;
}

footer button {
    display: block;
    margin: auto;
    width: 200px;
    height: 50px;
    border-radius: 5px;
}

#note {
    height: 90vh;
    position: fixed;
    left: 0px;
    z-index: 20;
}

@media all and (max-width: 768px)
{
    #note {
        height: 80vh;
    }
}

.button-59 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}

