/* The style.css file allows you to change the look of your web pages. CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/*Esta folla rn tá funcionando so pra o aboutme*/ 

body {
  background-color:#FDBB64 ; 
  /*background: url("/meifuevencar.png");  
  background-size:1300px; /*checar tamaño e investighar se a quero de fondo fr. ver se funciona con este formato de imaxe*/
  color: #692b2c; /*orange=#d7830e*//*232946 midnight blue*/
  font-family: Verdana;  
  max-width: 1250px;
  padding:0 20px; /*O Q FAI Q TEA BEN NO MOVIL, Q NON SE PEGHE ÁS PAREDES*/
  margin:0 auto; /*O Q FAI Q TEA BEN NO MOVIL, QUE OS TÍTULOS TEAN CENTRAOS SEN DESAPARECER NO MOVIL*/
}
h1 {
  color:skyblue;
  text-align:center;
  background-color:#692b2c;
  padding: 12px;
  border: 4px solid #FF6D0C;
  border-radius:12px;
  max-width:350px;
  margin:0 auto;
}
a { /*links!!!*/ 
  color: palegreen;
  text-decoration:none; /*removes the underline*/
}
a:hover { /*links poñer o cursor enriba*/
  background-color:skyblue;
  /*background: linear-gradient (to right, skyblue, palegreen);
  min-height:1px;*/ /* non funsiona en links*/
}
a:visited{
  color:tomato;
  background-color:#FDBB64;
  text-decoration:underline; /*investighar como faser esto work*/
  }
h2 {
  color: teal;
  text-align:center;
  }
blockquote { /*a cansión dos smiths*/
  color:#1212c7;/*azul marino*/ 
  background-color: skyblue;
  padding:15px; /*espacio entre texto e borde*/
  border:3px dotted teal; /*a liña en si, orde: tamaño tipo (solid, dashed ou dotted) e cor*/
  border-radius:12px; /*redondeado*/
  max-width:300px;
  margin:0 auto;
  }
.keepsake{
  text-align:center;
  }
.madewlov{
  text-align:center; 
  color:tomato;
  }
.skips { /*links dentro da páxina*/
  font-size:13px;
  font-family: Arial;
  color:tomato; /*non funsiona, investighar*/
  text-align:center;
}
.tomato{ /*a negrita pa q sexa cor divertida, puxen 1/cabeza*/
  color:tomato;
  }
.funfact{ /*as flores favs*/
  font-family:monospace, "Courier New";
  font-size:13px;
  color:maroon;
  background-color:#FDBB64;
  padding:15px; /*espacio entre texto e borde*/
  border:3px dashed tomato; /*a liña en si, orde: tamaño tipo (solid, dashed ou dotted) e cor*/
  border-radius:12px; /*redondeado*/
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /*pa q pareza un sticker*/
  max-width:980px;
  }
.highlight{
  background-color:skyblue;
  color:#692b2c;
  }
/*ghustame font-family:monospace ou proba cambiando o "font-size:13px;" con varias  */ /*descubrir como poñer o made w lov á dereita*/ /*ighual era boa separar os links de dentro e os de fora da wep, en plan 2 comandos distintos*/


