.worklog {
  background-image: url(../assets/img/work-in-progress.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  font-size: 2rem;
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white,
    -2px -2px 0 white;
}

@media only screen and (min-width: 1024px) {
  .worklog {
    height: 50vh;
  }
}
