h1,h2,p1,p2,*{margin-left:20px;margin-right:20px}
p1{text-align:center}
body{background-color:white}
h1{color:black}
   div{
     border:2px dotted black;
     text-align:center;
     display:flex
     }
#solitario{
     border:1px white solid;
     text-align:center;
     background-color:orange;
     display:flex
     }
#navegadores div{
  width:100px;
  display:flex;}
img {
  width: 100px;
  height: auto;
  
}
