body {
    background: #000;
    opacity: 0;
}

#screen {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid black;
    overflow: hidden;
    user-select: none;
}

#map {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    left: 10px;
    top: 10px;
    /* i know, it's ugly */
    z-index: 99998;
    opacity: 0;
}

#minimap {
    position: absolute;
    
}

#objects {
    position: absolute;
}

#floor {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #373900 45%, rgb(0, 38, 49) 100%);
}

#ceiling {
    position: absolute;
    background-size: 100% 100%;
    width: 333%;
    height: 50%;
    background-image: url("assets/testbg5.png");
}

#cassxel {
    position: absolute;
    width: 100%;
    height: 50%;
}

#cass {
    position: absolute;
    width: 100%;
    height: 50%;
}

circle {
    -webkit-transition: fill 5s;
    -moz-transition: fill 5s;
    -ms-transition: fill 5s;
    -o-transition: fill 5s;
    transition: fill 5s;
}

#crosshair {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("assets/ch.png");
    object-fit: contain;
    z-index: 99999;
}

img {
    position: absolute;
    height: 100%;
    z-index: 99999;
}
@font-face {
    font-family: myFont;
    src: url(assets/Intensa_Fuente.ttf);
  }
#offer {
    font-family: myFont;
    font-size: 20px;
    position: absolute;
    margin: auto;
    width: 80%;
    height: 80%;
    left:10%;
    top:10%;
    text-align: center;
    align-items: center;
    z-index: 99999;
}
#enter {
    font-family: myFont;
    font-size: 40px;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 80%;
    height: 40%;
    left:10%;
    top:15%;
    z-index: 99999;
}
#credits {
    font-family: myFont;
    font-size: 40px;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 80%;
    left:10%;
    bottom:10%;
    z-index: 99999;
}
#dealer {
    font-family: myFont;
    font-size: 40px;
    position: absolute;
    margin: auto;
    width: 80%;
    height: 20%;
    left:10%;
    top:50%;
    z-index: 99999;
}
#myInput {
    border: solid 1px #fff;
    margin: auto;
    width: 20%;
}
#myInput1 {
    border: solid 1px #fff;
    margin: auto;
    width: 20%;
}
@font-face {
    font-family: myFont;
    src: url(assets/Intensa_Fuente.ttf);
}
#offerstring {
    overflow-wrap: break-word;
}