body {
  background-color: #030e2b;
}

p {
  margin-left: 160px;
  font-family: Georgia;
  color: #727251;
  margin-top: 0;
  line-height: 1.5;
  font-size: 16px;
}
.button {
  &:hover {
    background-color: #3f4e75;
    cursor: pointer;
    cursor: hand;
  }
  width: 100px;
  height: 35px;
  background-color: #030e2b;
  color: white;
  text-align:center;
  line-height:35px;
border-color: #3f4e75;
  border-radius: 30px;
}
#more {display: none;}

.watermark {
  color: #d0d0d0;
  position: fixed;
  top: 25px;
  right: 5px;
  opacity: 0.8;
  z-index: 99;
}