body {
  background: black;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

h1{
	margin-top: 100px;
	font-size: 70px;
}

#cajas{
	text-align: center;
	border: 2px solid white;
	border-radius: 7px;
	width: 800px;
	margin: auto;
	padding: 30px 20px;
	font-size: 17px;

}

h1, p{
	text-align: center;
}

.centro-btn .boton{
	width: 130px;
	height: 50px;
	color: white;
	background-color: black;
	border: 3px solid white;
	border-radius: 7px;
	font-size: 25px;
	margin-top: 40px;
	cursor: pointer;
}

.centro-btn .boton{
	width: 130px;
	height: 50px;
	color: white;
	background-color: black;
	border: 3px solid white;
	border-radius: 7px;
	font-size: 25px;
	margin-top: 40px;
	cursor: pointer;
}