
body{
	background-color:black;
	color:white;
	
}


.btnPlay{
	background-color:#4d4d4d;
	width:70%;
	height:10%;
	color:white;
	font-family: Papyrus;
	font-weight: bold;
	font-size: 20px;
	border-radius:10px;
	margin-top:30px;
}

.btnPlay:hover{
	text-decoration:underline;
}
.shadow:hover{
	box-shadow: 0 5px 15px rgba(255, 255, 255, .4);
	cursor:pointer;
}

.pointer{
	cursor:pointer;
}
.afastador{
	margin-top:5%;
}

@font-face {
   font-family: Papyrus;
   src: url(PAPYRUS.ttf);
}

.larguraBTNINI{
	width:400px;
}
.largura2{
	
	width:900px;
	border-radius:15px;
}
.largura4{
	overflow: auto;
	
	width:900px;
	border-radius:15px;

    display:inline-flex;
    justify-content: center;
}

.altura{
	height:50px;
}

.espacador{
	margin-top:60px;
}
.largura{
	width:50px;
}
.largura5{
	overflow: auto;
	
	width:800px;
	border-radius:15px;
	margin-top:50px;
	margin-bottom:50px;
}

.largura6{
	overflow: auto;
	
	width:700px;
	border-radius:15px;
	margin-top:50px;
	margin-bottom:50px;
}

.largura3{
	width:900px;
	display:inline-block;
}

.desabilitado{
	cursor: not-allowed!important;
	background-color:#3a3939!important;
}

.floatleft{
	width:8%;
	float:left;
	margin-right:10px;
}
.floatleft2{
	width:30%;
	
	float:left;
	margin-right:3%;
}


