body, html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image: url("../images/sunraypokermed.jpg");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Button formatting */
.rtRed {
    background-color: lightcoral;
}
.rtGreen {
    background-color: darkseagreen;
}
.rtBlue {
    background-color: lightsteelblue;
}
.rtBlack {
    background-color: silver;
}
.rtGold {
    background-color: gold;
}
.rtYellow {
    background-color: yellow;
}
.btn:hover {
    filter: brightness(110%)
}

/* Link formatting */
.rtLink {
    color: lightgrey;
}
.rtLink:hover {
    color: black;
}