html{
	overflow: hidden;
	user-select: none;
}

*{
	margin: 0px;
	padding: 0px;
	color: white;
}

div, body, html {
	background-color: #222;
}

.info_msg_holder > p{
	background: unset;
}

.info_msg_holder{
	position: fixed;
    left: 960px;
    top: 620px;
    width: 1000px;
    margin-left: -500px;
    font-size: 50px;
    text-align: center;
    background: unset;
	z-index: 1001;
}

.würfelHolder{
	visibility: hidden;
	width: 300px;
	text-align: center;
	position: fixed;
    left: 960px;
    top: 570px;
    margin-left: -154px;
    background-color: darkolivegreen;
    margin-top: -170px;
	border: 4px solid cornflowerblue;
}

button {
	cursor: pointer;
}

.startGameButtonHolder{
	visibility: hidden;
    width: 300px;
    text-align: center;
    position: fixed;
    left: 960px;
    top: 1000px;
    height: 120px;
    margin-left: -154px;
    background-color: darkolivegreen;
    margin-top: -170px;
    border: 4px solid cornflowerblue;
}

.startGameButton {
	margin-top: 25px;
	width: 250px;
	height: 70px;
	font-size: 36px;
	background-color: #067c06;
	border: 2px solid #8e86b3;
}

.startGameButton:hover {
	background-color: #033803;
}

.würfelbutton:hover {
	background-color: #033803;
}

.würfelbutton{
	background-color: #067c06;
    border: 2px solid #8e86b3;
    width: 250px;
    height: 70px;
    font-size: 36px;
	
}

.würfelHolder > img{
	background-color: unset;
	display: block;
    height: 70px;
	left: 115px;
    position: relative;
}
	

.settings_playerListHolder{
    height: 600px;
	position: fixed;
    width: 350px;
    font-size: 30px;
    background-color: rgb(75,104,76);
    padding: 10px;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    margin-top: 10px;
	visibility: hidden;
}

.settings_title{
	background-color: rgba(0,0,0,0);
}

.spielerliste{
	list-style: none;
    padding: 10px;
    background-color: unset;
	font-size: 36px;
}

.spielerliste > li{
	background-color: unset;
}


.settingsButton{
	width: 200px;
    font-size: 30px;
    padding: 20px;
    background-color: #0166cc;
    border: none;
}

.inputError{
	color: #ff3939;
}

.inputHolder{
	position: absolute;
	width: 1920px;
	height: 1080px;
	background: #7400a522;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.settingsHolder{
	position: absolute;
	width: 1920px;
	height: 1080px;
	background: #7400a522;
	top: 0px;
	left: 0px;
}

canvas{
	width: 1920px;
	height: 1080px;
	background-color: white;
}

.inputDiv{
	border: 4px solid #316c87;
	position: fixed;
	width: 350px;
	padding: 15px;
	font-size: 24px;
	text-align: center;
	margin-left: 50%;
	left: -195px;
	margin-top: 300px;
}

.inputField{
	color: black;
	border: 1px solid white;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}

.inputText{
	padding-bottom: 5px;
}

.inputButton{
	width: 200px;
	padding: 20px;
	border-bottom: 6px solid white;
	font-size: 24px;
	border-left: none;
	border-right: none;
	border-top: 6px solid white;
	margin-top: 10px;
	background-color: #323232;

}