body {
    background: linear-gradient(to bottom left, #33ccff 0%, #ff99cc 100%);
    height: 100%;
    min-height: 100vh;
}
.top-right {
    position: absolute;
    top: 20px;
    right:50px;
}
.badge-success {
  color: #000000c4;
  background-color: #e9ecef;
  padding: 8px 8px 8px 8px;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.top-140-pad{
    padding-top: 140px;
}
.pull-right {
    float: right;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}