body{
  
  
}

h1{
  font-size: 5rem;
  text-align: center;
  margin-top: 0%;
}

h2{
align-self: center;
}

p{
  font-size: 2rem;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
}

details{
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
  
}

img{
  align-items: center;
}

.p1{
font-size: 3rem;
margin-top: 50%;
}


summary {
  list-style-type: none; 
}
[open] summary {
  list-style-type: none; 
  background-color: rgb(212, 212, 212);
}

summary:hover{
background-color: rgb(212, 212, 212);
font-size: 105%;
transition: all .5s;
}



