@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




body {
	background-color: #fff;
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

h1 {
	color: white;
	font-size: 1.9em;
	text-align: center;
}


a  {
	color: #0bb634;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: orange;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}
.superior {
	background: #F682A3;
	padding-bottom: 20px;
}

.logito {
	border-radius: 50%;
}

.arriba {
	padding: 10px 25px;
}


.titulo {
	background: #F682A3;
	height: 50px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 40px;
	width:98.5%;
	border-radius: 30px;

}

.modelofan {
	text-align: center;
	color:#0bb634 ;
	font-size: 1.1em;
}

.fansocial ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}


.fansocial li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

.ladoinferior {
	background-color: #F682A3;
	height: 230px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	float: left;
	width: 100%;
}


.vedet {
	color: Blue;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}



.vedet a {
    color: #0bb634;
}

.vedet a:hover {
    color: greenyellow;
}

