body {
    background: url(xhttps://images.unsplash.com/photo-1519677100203-a0e668c92439) no-repeat center;
    background-size: contain;
	background-color:#585858;
background-repeat: no-repeat;
    height: 100vh;
    cursor: pointer;
	touch-action: none;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.zoom{position:absolute;x:0;y:0;}

.theButs
{
position:absolute;
left:0em;
bottom:0;
padding:0.5em;
width:100%;
background:#FF9;
	cursor:pointer;
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.but
{
padding:5px;
margin-right:5px;
background:#AC8FFD;
-webkit-border-radius: 5px;
color:white;
text-transform:uppercase;
-moz-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}

.butborder
{border:1px red solid}


h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "Roboto", Arial, sans-serif;
    font-size: calc(20px + 2vw);
    font-weight: 700;
    color: #fafafa;
    text-shadow: 2px 2px 2px #000;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
.spotlight {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(
        circle,
        transparent 160px,
        rgba(0, 0, 0, 0.99) 200px
    );
}