body {
  padding-top: 5rem;
  
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.watermark
{
 
 bottom:5px;
 right:5px;
 z-index:99;

 position: relative;
 left: 90px;
 opacity: 0.9;
 background-image: url('../../images/logo.png');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: box;
  
 
}