body { 
	font-family: Arial; 
	background: #000000; 
	color: white; 
	text-align: center; }
input { 
	display: block; 
	margin: 10px auto; 
	padding: 10px; 
	border-radius: 10px; 
	border: none; }
button { 
	padding: 10px 20px; 
	border: none; 
	border-radius: 10px; 
	background-color: #cc4452; 
	font-weight: bold;
	display: block;
	color: white;}
.b00{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 25px;
}
.b97{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #848484;
	border-radius: 50px;
	margin: 10px;
	color: white;
}
.b98{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	border-radius: 50px;
	margin: 10px;
}
.b98:active{
	background-color: rgba(255,255,255,0.3);
}
.bo{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.bo_0{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	border-radius: 50px;
	margin: 10px;
}
.bo_1{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 2px solid white;
	border-radius: 50px;
	margin: 10px;
}
.img{
	padding-bottom: 30px;
	padding-top: 30px;
}
.contenedor{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;	
}
.caja{
	width: 100vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}