body {
    font-family: Arial, sans-serif;
}

.contenedor {
	margin: auto; 
	text-align: center;
	width: 100%;
	height: 100%
}

.rosvan {
    display: flex;
    padding: 4rem;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}


.rosvan-img {
	display: block; 
	padding: 2rem; 
}

.rosvan-txt {
	display: block; 
}



