html, body {
    background: url(https://mountbakergames.com/flagship/images/search-bg.jpg) no-repeat center center; 
    -webkit-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important;
    background-attachment: fixed;
}

a {
    color:#7c7c7c;
    text-decoration: none;
}

.card-details {
  border: 1px solid #bbb;
  border-radius: 15px;
  font-size: 15px;
  font-family: 'Arial';
  margin-bottom: 30px;
  background-color: #2c2c2c;
  padding: 25px;
}

.card-details h3 {
    color:#ffffff;
}

.search-result-card {
    margin-bottom: 15px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 1);
}


.bottom-border {
  border-bottom: 2px solid #ddd;
  padding: 2px;
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 5px;
}

