* {
  padding: 0;
  margin: 0;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.panda-pic {
	width: 700px;
	height: auto;
}

.progress {
	text-align: center;
	font-size: xx-large;
	font-family: "Comic Sans MS", "Comic Sans", "Arial";
}

.social {
  text-align: center;
}

.social-icon {
  width: 48px;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 500px) {
  .panda-pic {
    width: 100%;
	  height: auto;
  }
}
