body {
  margin: 0;
  padding: 0;
}

h2, p {
  font-family: 'Montserrat', sans-serif;
}

img {
  margin: auto;
  width: 150px;
}

.runAway {
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  }

.center {
  margin: auto;
  padding: 1rem;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

.container {
  position: relative;
  cursor: pointer;
  margin: auto;
  height: 400px;
  background-color: lightblue;
}
