body{
    margin: 0;
    padding: 0;
}


h1 {

  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  background-color: rgb(222, 250, 250);
  
}

#espacio-creacion {

    
    height: 300px;
    background-color: beige;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid;
    border-radius: 25px;
    border-color: red;

}
