html, body {
  font-family: 'Roboto', sans-serif;
  min-height: 100%;
  color: white;
  background-color: black;
  padding: 5px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.body::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

canvas {
  display: flex;
  max-width: 90vw;
  max-height: 90vh;
}

header {
  background-color: black;
}

li {
  list-style: none;
  display: inline;
  padding: 8px;
}

a:link {
  color: rgb(220, 29, 29)
}

a:visited {
  color: rgb(220, 29, 29);
}

a:hover {
  color: red;
}

.header-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mankissGIF {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin: auto;
  margin-top: 116px;
  position: absolute;
  width: 56%;
}

#manKissContent-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#redactedContent-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

#footer {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}