html, body {
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    color: white;
    background-color: #f7c1dc;
    padding: 5px;
  }
  
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;
  }

iframe {
  display: flex;
  z-index: 1;
  width: 85%;
  margin: auto;
  position: absolute;
  margin-top: 330px;
}
  
  .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;
  }