button {
	background-color: #008aff;
	color: white;
	border-radius: 15px;
	border: none;
	position: absolute;
	height: 40px;
	width: 190px;
	border-style: solid;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

button:hover {
	background-color: #006be6;
	color: white;
	border-radius: 15px;
	border: none;
	position: absolute;
	height: 40px;
	width: 190px;
	border-style: solid;
	font-weight: 700;
}

#buttonar {
	bottom: 60px;
}

#buttoncamera {
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    text-decoration: underline;
    cursor: pointer;
    color: grey;
}

#infotext {
position: fixed; 
bottom: 5px; 
right: 10px; 
max-width:160px; 
text-align: center; 
z-index: 1;
font-size: 12px;
color: grey; 
font-family: Arial, Helvetica, sans-serif;
}

#closingbutton {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px; 
  height: 50px; 
  text-align: right; 
  z-index: 1;
  color: grey; 
  font-size: 20px; 
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(128, 128, 128, 0.4);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#linkbutton {
  position: fixed;
  bottom: 60px;
  right: 10px;
  left: 10px;
  width: auto;
  height: 55px;
  z-index: 1;
  color: white;
  background-color: rgba(28, 28, 28, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

#linkbuttonmodal {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  width: auto;
  height: 55px;
  z-index: 1;
  color: white;
  background-color: rgba(28, 28, 28, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

#linktext {
  flex: 1;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

.text-content {
  display: block;
  margin-left: 10px;
  font-size: 12px;
}

#linkurl {
  color: gray;
}

#gotext {
  color: #0a84fe;
  text-align: right;
  margin-right:15px;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#immersivebutton {
position: fixed; 
top: -35px; 
left: 30px; 
width:200px; 
height:60px; 
margin-right: 50px; 
text-align: left; 
z-index: 1;
}

#switchcamera {
position: fixed; 
bottom: 5px; 
left: 0px; 
max-width:400px; 
height:50px; 
text-align: center; 
font-size: 15px;
z-index: 1;
color: grey; 
font-family: Arial, Helvetica, sans-serif;
}
