#description-2 {
    background-color: #080921;
    background-image: url("img/Description-gold.png");
    background-attachment: fixed;
    color: white;
    padding: 2% 0 0 0;
}

#description-2  h3{
    padding: 0 0 2% 0;

}

#description-2  p{
    font: 20px Arial ;
    padding: 0 0 2% 0;
}

#description-2 hr {
    width: 90%;
    margin: 0 5%;
}

.btn-custom {
    background-color: transparent;
    border: 2px solid grey;
    background-color: grey;

}

.btn-custom:hover {
    background-color: grey;
    color: black;
}
.btn-custom btn-group-vertical btn {
    width: 5%;
    max-width: 5%;
}

.btn-info {
    background-color: gray;
    color: black; /* Change this value to set the text color */
    border-radius: 25px;
    opacity: 1;
    width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-info:hover {
    background-color: grey;
    color: black;
    opacity: 1;
}

#description-2  h4{
    font-size: 30px;
    font-family: "Book Antiqua";
    color: white;

}

a {
    color: #080921;
}