body{
/*    background-color: #f7c529;*/
    background-image: url('https://storys101.com/images/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Playfair Display', serif;
}

nav.navbar{
    background: rgba(0, 0, 0, 0.1);
    background-attachment: fixed;
}
.card, .card-body{
    border-radius: 0px;
}
a {
  text-decoration: none;
  color:#1c8d51;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover {
color:#0ba252;
text-decoration: none;
}

.btn-primary{
  background-color: #f7822c;
  border-color: #f7822c;
  color: #ffffff;
}

.btn-primary:hover{
  background-color: #f7a86e;
  border-color: #f7a86e;
  color: #ffffff;
}

.sample{
  padding: 20px;
  background-color: #ffffff;
}
