html, body {
  min-height: 100vh;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}

@media (max-width: 640px) {
  html {
    font-size: calc(50% + 1vw);
  }
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

#wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  min-height: 100vh;
}

#wrap {
  position: absolute;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Main Content */

#content {
  /* position: fixed; */
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/* Footer */
footer {
  background-color: #000000a0;
  color: #f2f2f2;
  width: 100%;
  height: 5vh;
  position: absolute;
  bottom: 0px;
  padding-bottom: env(safe-area-inset-bottom);
}

/* logo */
#logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

#logo img {
  width: 100%;
}

#comment {
  font-size: 4vh;
  text-align: center;
}

#comment2 {
  margin-top: -10px;
  text-align: center;
}
