.comedy {
    background-image: url('https://comedy.lionsclub.ca/images/ComedyBackground.jpeg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.fg-white a {
    color: white;
    text-decoration: inherit;
    cursor: pointer;
}

.comedy2 {
    background-image: url('../images/ComedyBackground.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

#buynow {
    background-color: white;
}

