*{
	font-family: "Poppins", system-ui;
}
html,body{
	height: 100%;
}
body{
	background: #eee;
}
.pitito{
	color:#00fa00!important;
}
.form-select,.form-control{
	height:58px;
}
.btn{
	height: 50px;
}
.bg-dark,.btn-dark{
	background: #000!important;
}
.btn-dark{
	font-size: 1.5rem;
}
.form-select:focus ,
.form-control:focus{
	box-shadow: 0 0 0 3px #00fa0055!important;
	border:none!important;
} 
@media (max-width:590px){
	.persona{
		height: 280px!important;
	}
}