body {
  background-color: #333;
  color: #fff;
  font-family: Arial, sans-serif;
  background-position: center;
  align-items: center;
}

h2 {
  background-color: #f5f5dc;
  padding: 10px;
  border-radius: 10px;
  color: brown;
  background-position: center;
}

h3 {
  background-color: #f5f5dc;
  padding: 10px;
  border-radius: 10px;
  color: brown;
  background-position: center;
}


body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}


h1, h2, h3, .image {
  text-align: center;
  margin: 20px 0;
}

.gg{
  width:  50%;
  border-radius: 5%;
  transition: 1s;
}

.gg:hover {
  width:  70%;
}
