body {
  margin: 0;
  font-family: Verdana, sans-serif;
  color: #fff;
  text-align: center;
  background-size: cover;
}

#work-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,50,0.6);
  padding: 40px;
  border: 3px solid #3366cc;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

#work-container h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000;
}

#work-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

.worker-gif {
  width: 120px;
  height: auto;
}
