/* your styles go here */

.bg-black
{
    background: black;
}

.c-wheat{
    color: wheat;
}

.h-color{
 color: #9e6324;
}
.img-fluid-1 {
    max-width: 30%;
    height: auto;
  }
.p-t-5{
    padding-top: 5%;
}
.t-a-c{
    text-align: center;
}