html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  user-select: none;
}

html {
  background-image: url("../images/bgweb.png");
  background-size: auto 110%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

h1 {
  padding-left: 1em;
}

h1 img {
  width: 8%;
  height: auto;
}

#unity-container {
  position: absolute;
  border: 5px solid #ffca3a;
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}

#unity-fullscreen-button {
  display: flex;
  align-items: center;
  font-size: 2em;
}

#unity-canvas {
  display: block;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: none;
}

footer {
  width: 100vw;
  display: flex;
  min-height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.color {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.flex-end {
  justify-content: flex-end;
}

#unity-fullscreen-button {
  transition: all 0.2s;
}

#unity-fullscreen-button img {
  transition: all 0.2s;
  width: 100px;
  margin-right: 1em;
}

#unity-fullscreen-button:hover {
  opacity: 0.5;
}

a:link,
a:active,
a:visited {
  background-image: url("../images/button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-align: center;
  color: #fff;
  width: auto;
  height: 75px;
  line-height: 75px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}
