body,
html {
  height: 100%;
  font-family: monospace;
}

body {
  background-color: rgb(15, 12, 10);
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23959595' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  margin: 0;
}

.game-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bevy {
  outline: none;
  width: 1280px;
  height: 800px;
}

.attribution-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.attribution-link a {
  padding-left: 10px;
  padding-right: 10px;
}

a {
  color: rgb(132, 218, 255);
  text-underline-offset: 1.5px;
  text-decoration-style: dotted;

}

a:visited {
  color: rgb(203, 132, 255);
}

#attribution {
  position: relative;
  top: 50px;
  margin: auto;
  padding: 10px;
  border-style: solid;
  border-color: rgb(242, 242, 242);
  border-width: 5.0;
  background: rgba(20, 20, 20, 0.901);
  color: rgb(236, 236, 236);
  width: 80%;
  justify-content: center;
  align-items: center;
}

.attribution-title {
  font-family: monospace;
  font-style: oblique;
  text-align: center;
  font-size: 300%;
}

.attribution-title a {
  color: inherit;
  text-decoration: none;
}

#madewithbevy {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.license-text {
    max-height: 400px;
    overflow-y: scroll;
    white-space: pre-wrap;
}

