.btn {
  margin-bottom: 8px;
  margin-top: 8px;
  width: 200px;
}
.main-button {
  margin: 30px;
}
.footnote {
  text-align: center;
  padding: 8px;
}
.privacy_link {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: white;
}
.center-both {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-horizontal {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-horizontal>* {
  max-width: 100%;
  max-height: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
