body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  #output-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .button-class {
    z-index: 999;
    position: absolute;

    height: 50px;
    width: 100px;
    font-size: 1.5em;
  }
  
  .select-menu {
    position: absolute;
    top: 20px;
    z-index: 100;
    height: 50px;
  }

  .select-menu > select {
    max-width: 200px;
    height: 100%;
    font-size: 1.5em;
  }

  .flamingo-logo {
    width: 100%;
    position: absolute;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flamingo-logo > img {
    width: 300px;
  }

  .poweredbysnap-logo {
    width: 100%;
    position: absolute;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .poweredbysnap-logo > img {
    width: 200px;
  }

/* NEw HTML */

body {
  background-color: #1c1c1c;
  color: white;
  font-family: sans-serif;
}
/* 
.container {
  width: 90%;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-height: min-content;
  text-align: center;
}

img {
  width: 100px;
  height: 100px;
  margin: 2vh 0 2vh 0;
}

h1 {
  font-size: 24px;
  margin-top: 0;
}

p {
  font-size: 16px;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

a {
  color: #FFFC00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-content {
  margin: 0 0 0 0;
  font-style: italic;
} */

/* .snap-logo {
 width: 200px;
} */