body {
    font-family: 'Space Mono', monospace;
    background: white;
    background-image: linear-gradient(90deg, rgba(200, 0, 0, .5) 50%, transparent 0),
        linear-gradient(rgba(200, 0, 0, .5) 50%, transparent 0);
    background-size: 30px 30px;
    background-attachment: fixed;
    font-size: 1.2em;
    padding-top: 90px;
    padding-bottom: 70px;
}

.opaque-bg {
    background-color: rgba(255, 255, 255, 0.75);
    text-shadow: -3px -3px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.navbar-brand {
    color: black;
    font-weight: bolder;
    font-size: 1.5em;
}

a:hover,
.navbar-brand:hover {
    color: rgb(150, 60, 60);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: -3px -3px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5em;
    font-weight: bold;
}


.card-top-img {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-image: url("https://cdn.shopify.com/s/files/1/0408/5792/7834/files/Better_400x.jpg") !important; */
    color: white !important;
}

.card-medal-img {
    height: 140px;
    width: 140px;
    position: absolute;
    top: -20px;
    right: -85px;
    transform: translate(-50%, -50%) rotate(25deg);
}

.card-small-medal-img {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    right: -50px;
    transform: translate(-50%, -50%) rotate(25deg);
}

.cards-icons {
    background: -webkit-linear-gradient(#5ea7eb, #438dd1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: -10%;
}