head {border: solid; border-radius: 20;}
  header { 
    background-image:url("/logo.gif");
background-size:90px;  background-position: center;}
    
   
  body {
    background-image: url("fondo-fase01.jpg");
    background-size:  500px; 
    background-repeat: repeat;
    background-position: center; 
    border: solid;
    border-color:  white; 
    border-inline-color:grey;
    border-bottom-color: black;
    border-radius: 20px;
    text-align: center;
  font-weight: 100px;
 
  
}
logo1 {border-width: 30px;}
h1 {
    color: white;
    border-radius: 80px;
    border: solid 18px;
   
    border-top-color: white;
    border-inline-color: grey;
    border-bottom-color: black;
    font-family: 'Closer', sans-serif;
    background: black;
    font-size: 45px;
    transform: rotate(-8deg);
    font-weight: bold; 
}
button hover {
      background-color: yellow; /* Cambia el color al pasar el mouse */
     border:solid; border-width: 5px; border-radius:80px; border-top-color: white; border-inline-color: grey; border-bottom-color: black;}

footer { 
  border:solid; 
  border-width: 20px; 
  border-radius:80px;
  border-top-color: white; border-inli-color: grey; border-bottom-color: black; 
}
header { border:solid; border-width: 20px; border-radius:80px; border-top-color: white; border-inline-color: grey; border-bottom-color: black}

img {border: solid; border-radius: 80px;}

h2 {
    color: white;
    border-radius: 80px;
    border: solid 18px;
    background-color: gray;
    font-family: 'Closer', sans-serif;
    transform: rotate(-8deg);
    font-size: 25px;
    border-top-color: withe;
    border-bottom-width: 20px;
    border-inline-color: grey;
    border-bottom-color: black;
}

p { margin-block: 80px;
 background-color: gray; 
    border: solid;
    
    border-width: 20px;
    border-radius: 80px;
    font-size: 12px;
    border-top-color: white;
    border-inline-color: grey;
    border-bottom-width: 20px;
    font-family: 'Closer', sans-serif;
   
    border-bottom-color:black;
}

  
