html, body {
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    color: white;
    background-color: #f7c1dc;
    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: 100vw;
    max-height: 100vh;
  }
  
  header {
    background-color: #f7c1dc;
  }
  
  li {
    list-style: none;
    display: inline;
    padding: 8px;
  }

  a:link {
    color: rgb(188, 60, 120);
  }

  a:visited {
    color: rgb(188, 60, 120);
  }

  a:hover {
    color: hotpink;
  }

  video {
    display: flex;
    z-index: 1;
    width: 65%;
    margin: auto;
    position: absolute;
    margin-top: 116px;
  }
  
  .header-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #goromiContent-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #footer {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }