h2 {
    padding: 3%;
    font-family: 'Limelight';
}
b {
    color: #cc1f1a;
    font-weight: bold;
    font-size: 17px;
    
}
p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3rem;
    text-indent: 50px;
}
a {
    color: #cc1f1a;
    text-decoration: none;
}
a:hover {
    color: #9a1915;
    text-decoration: underline;
}
.title {
    background-color: #cc1f1a;
}
.header {
    background-color: #cc1f1a;
}
.header a{
    color: #ffffff;
}
.center-text {
    text-align: center;
}
.ws-img {
    object-fit: none;
    border-style: groove;
    border-color: #ffffff;
}
.text-card-body {
    display: flex;
    padding: 1vh;
    text-align: left;
}
body {
    background-color: #cc1f1a;
    background-image: url("./peppermint.jpg");
    background-size: cover;
}