<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;


}


body {
  padding: 0;
  margin: 0;
  font-family: Courier, 'Courier New', monospace;
  font-size: 1.6rem;
  background: #fffeff;
  background-color:#DCDCDC;
  background-image: url(images/background.jpg);
  color: #fff;

	
}

a {
  color: #000;
     text-decoration: none;
}

#personaje{
		width: 100%;
		height: 700px;
}
.parallax {
    /* The image used */
    background-image: url(images/bosque.png);

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    /* The image used */
    background-image: url(images/menu.png);

    /* Set a specific height */
    min-height: 500px; 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



main {
  margin: 0;
  text-align: center;
    
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
      
    background-size: cover;

}

footer {
  color:#000;
  text-align: center;
}
.equipo{
   text-align: left;
 padding: 16px 20px;
  margin:50px 50px 0px 50px;
  display: inline-block;
}

.button {
    background-color: #140FB2;
background-image: url(images/nebula.jpg);
    border: none;
    margin:10px 0px 0px 20px;
    color: white;
    position:fixed;
    padding: 16px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 55%;
}
.buttonn {
    background-color: #E2BCD7;
      margin:-17px 0px 0px -155px;

   border-radius: 10%;
    text-align:right;
position:absolute;
    display: inline-block;
    font-size: 40px;
    }

.persona{
  width:30.66%;
   margin-left:10%;
  margin-right: 7%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  color:#000;
  float: left;
}</pre></body></html>