body {
  font-family: karla, verdana, calibri;
  width: 50%;
  background-color: aliceblue;
}
/*logo and title*/
#title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  img {width: 300px; height: 300px;}
  }
#title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  img {width: 100px; height: 100px;}
  }
#intro {
  font-size: 20px;
  text-align: center;
}  
	