@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Syne:wght@400;700&display=swap");

body {
  padding: 0;
  margin: 0;
  background: url(public-bg.png) no-repeat center top;
  background-position: cover;
  font-family: Montserrat, Arial;
  height: 100vh;
}

.pointer {
  cursor: pointer;
}

.bold{font-weight: bold;}
.italic{font-style: italic;}

.col-mid h1,
h2,
h3,
h4,
h5,
h6 {
  color: #57ffff;
  text-align: center;
}

.col-left{
    background: url(pokemon-red.png) no-repeat bottom left;
    transform: scaleX(-1);
    background-size: contain;
    height: 100vh;
}

.col-right{
    background: url(pokemons-right.png) no-repeat top right;
    background-size: contain;
    height: 100vh;
}
.btn{
    height: 4em;
    border: none;
    filter: drop-shadow(4px 4px 10px rgba(0,0,0,.3));
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    color: white;
    font-weight: bold;
    border-radius: 1em;
    padding: 1rem;
    align-self: center;
    margin-top: 3em;
}

.primary {
    background: linear-gradient(180deg,#ff19cf,rgba(255,25,207,0));
}

.secondary {
    background: linear-gradient(180deg,#00e7ff,rgba(0,231,255,0));
}

#unity-container {
  position: absolute;
  background: #231f20;
}
#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #231f20;
}
#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
  background: #231f20;
}
#unity-canvas {
  background: #231f20;
}
.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
  background: #231f20;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#unity-logo {
  width: 154px;
  height: 130px;
  background: url("unity-logo-dark.png") no-repeat center;
}
#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  margin-left: 6.5px;
  background: url("progress-bar-empty-dark.png") no-repeat center;
}
#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("progress-bar-full-dark.png") no-repeat center;
}
#unity-footer {
  position: relative;
  background: #231f20;
}
.unity-mobile #unity-footer {
  display: none;
  background: #231f20;
}
#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: #231f20;
  padding: 10px;
  display: none;
}
