h1{
  color:white;
  text-align:center;
  font-family:serif;
  text-decoration:underline;
  font-size:85px;
  height: 75px;
  animation: glow 1s ease-in-out infinite alternate;
padding:4%;
}

@keyframes glow {
  from {
    text-shadow: 0 0 11px #fff, 0 0 16px #fff, 0 0 21px #0073e6, 0 0 26px #0073e6, 0 0 31px #0073e6, 0 0 36px #0073e6, 0 0 41px #0073e6;
  }
  to {
    text-shadow: 0 0 16px #fff, 0 0 26px #fff, 0 0 36px #0073e6, 0 0 46px #0073e6, 0 0 56px #0073e6, 0 0 66px #0073e6, 0 0 76px #0073e6;
  }
}


a {
  border: 1px solid #2e518b;
  color: white;
  border-radius:5px;
  border: dashed;
  padding:15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:1%;
}

a:hover {
	transform: scale(1.1);}

#perfil{
background-color:#f1849a; 
}


#Illia{
  background-color:#f4d03f;
}

#Galeria{
  background-color:#76d7c4;
}

#futuro{
  background-color:#85c1e9;
}

#random{
  background-color:#D284DE;
}



body{
 background-color:black;
}

center{
  padding:5%;
}


P1 { 
color:white;
  font-size:60px;
  text-align:center;
  text-shadow: 5px 4px 0px #000000, 7px 7px 2px 
    rgba(0, 0, 0, 0.2); 
}

p{
letter-spacing: 3px;
text-shadow: 1.5px 1.5px 1.5px white, 1.5px 1.5px 1.5px white, 1.5px 1.5px 1.5px white, 1.5px 1.5px 1.5px white;
  text-align:center;
  font-size:30px;
  
}  

dt{
  color:lightblue;
  font-weight:bold;
  padding:0.7%;
}

dd{
  font-family:monospace;
  color:white;
}

div {
  background-color: rgba(0, 0, 0, 0.3);
  text-align:left;
  font-size:25px;
}


body{
opacity: 1;
background-image:url('https://i.postimg.cc/MKdrg4Bg/8e2dc0db02afc38bad5ecae04bc91705.jpg');
background-repeat:no-repeat;
background-size:cover;
}

html{
  position: relative;
}

i1{
  color:white;
  font-size:60px;
  text-align:center;
  text-shadow: 5px 4px 0px #000000, 7px 7px 2px 
    rgba(0, 0, 0, 0.2); 
}

i2{
  font-family:monospace;
  color:white;
  padding:0.9%;
}

g1{
  color:white;
  font-size:60px;
  text-align:center;
  text-shadow: 5px 4px 0px #000000, 7px 7px 2px 
    rgba(0, 0, 0, 0.2); 
 
}

img {
	margin: 15px;
	transition: transform 1s;
	
}

img:hover {
	transform: scale(1.1);
}


galerias{
 display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.centrado{
   border: 5px solid black;
}
.bigimage{
	width: 620px;
	height: 400px;
    border: 5px solid black;
}

f1{
  color:white;
  font-size:60px;
  text-align:center;
  text-shadow: 5px 4px 0px #000000, 7px 7px 2px 
    rgba(0, 0, 0, 0.2); 
}

.arte{
  width: 350px;
	height: 350px;
  border: 5px solid black;
}

.david{
  width:620px;
	height: 350px;
  border: 5px solid black;
}


r1{
  color:white;
  font-size:60px;
  text-align:center;
  text-shadow: 5px 4px 0px #000000, 7px 7px 2px 
    rgba(0, 0, 0, 0.2); 
}

iframe{
margin:20px;
}


.subir{
  position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 5px;
    z-index:2;
  	width: 140px;
	height: 139px;
  border:none;
}

.volver{
  position:absolute;
  top: 5px;
  margin-left: 5px;
z-index:2;
  width: 40px;
	height: 8px;
  font-size:20px;
  border-style:none;
  color:lightblue;
  text-decoration:underline;
}