body {
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
}

body,
div {
    margin: 0;
    padding: 0;
}

img,
#ad div,
svg {
    position: absolute;
}

img {
    width:100%;
    height:100%;
}

#ad {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px #FF6F0D;
    -moz-box-shadow: inset 0px 0px 0px 1px #FF6F0D;
    box-shadow: inset 0px 0px 0px 1px #FF6F0D; */
}

#stage {
    width:100%;
    height:100%;
    background-color:#144835;
    z-index: -10;
    position: absolute;
    opacity: 0;
}

#bg-exit {
    width: 100%;
    height: 100%;
}

img { image-rendering: -webkit-optimize-contrast; }

.uppercase { text-transform:uppercase; }
.centerContent { display:flex; align-items:center; justify-content:center; }
.centerTxt { text-align:center; }
.rightTxt { text-align:right; }
.centerElem { left:0; right:0; margin:auto; }
.absolute { position:absolute; }

.whiteTxt { color:#F7F7F7; }
.greenTxt { color:#144835; }