body {
  background-color: #faf6f0;
}

.req-program-btn {
  position: fixed;
  top: 130px;
  right: 30px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 20px;
  background: #7192BD;
  color: #fff;
  font-size: 14px;
  font-weight: 600;

  border-radius: 6px;
  box-shadow: 0px 6px 12px rgba(3,109,136,0.14);
  cursor: pointer;
  transition: all .3s ease;
}

.req-program-btn:hover {
  background: #fff;
  transform: translateY(-2px);
}