@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
  padding: 0;
  margin: 0;

}


body {
   background-image: url("https://elandroidelibre.elespanol.com/wp-content/uploads/2015/12/wallpaper-quadhd-4.jpg");
  /* background-size: auto auto;*/
background-size: cover;
 

}
header {

  width: 100%;
  position: fixed;
  z-index: 100;
}




.lista-menu {
  display: grid;
  padding-top:10px;
}

ol {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 60px;
  padding: 0;
  list-style: none;
}

li {
  display: grid;
  border:3px solid #F2F2F2;
  justify-content: center;
  align-items: center;
  font-family: 'Karla', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;



   background-color: rgba(38, 164, 128, 0.75);

}
li:hover {
  border: 5px solid #F6BF25;
  font-style: normal;
  /*font-size: 18px;*/
  transform: scale(1.1);
  text-decoration-color:  #F6BF25;
  background-color: rgba(38, 164, 128, 0.5);
text-align: center;

}
a {
  text-decoration:none;
  color: #F2F2F2;
}
.nombre {
  color: #F2F2F2;
}



html {
 min-height: 100%;
  position: relative;

}
footer {
 position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
font-size: 14px;

  text-align:center;
vertical-align: middle;
  /*font-family: 'Sansita Swashed', cursive;*/
  font-family: 'Roboto', sans-serif;

  /*background-color: #26A480;*/
  background-color: black;
/*  color: #E84649;*/
color: #26A480;


}

.pantallaDividida {
	display: grid;
	
	grid-template-columns: 45% 50% 5%;
	grid-template-rows: 600px;
	justify-content: center;
	align-items: center;
	
}

.derecha {
	
	background-color: rgba(38, 164, 128, 0.5);
	font-size: 25px;
	/*transform: scale(1.5);
	transitiion: 3s;*/
	color: #F2DABD;
	font-family: 'Sansita Swashed', cursive;

	padding: 10px 10px 10px 10px;
  	border-radius: 10px;
	
}
input, textarea {
	font-size: 20px;
	color: #26A480;
}
.miAvatar {
	transform: scale(1.5);
	transition: 3s;
}