.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.card{
    background-color: white;
}
@media(min-width:765px){

    .left{
        display: inline-block;
        justify-self: left;
    }
    .right{
        display: inline-block;
        justify-self: right;
    }
    .bottom-container{
        width:100%;
        position: absolute;
        bottom: 0;
        margin-bottom: 10px;
    }
    .bottom-container > .right{
        margin-right: 35px;
    }
    :has(>.bottom-container){
        padding-bottom:50px;
    }
}

.wide-2{
    grid-column: span 2;
}
.wide-3{
    grid-column: span 3;
}
.wide-4 {
    grid-column: span 4;
}
.bubble-card{
    position: relative;
    margin: 10px 0 15px 0;
    border: 1px solid var(--grey-15);
    border-radius: 20px;
    padding: 10px 20px;
    background-color: white;
}
.bubble-card:hover{
    box-shadow: 0 1px 2px var(--grey-30)
}
.bubble-body{
    margin: 15px 8px;
}
a:link.clean, a:hover.clean, a:visited.clean, a:active.clean {
    text-decoration: none ;
    color: black;
}
.med-text{
    color:var(--grey-45);
}
.club-icon{
    max-width: 144px;
    max-height: 144px;
    min-width: 75px;
    min-height: 75px;
    width: auto;
    height: auto;
    border-radius: 5px;
    display: block;
}
.grey-background{
    text-align: center;
    background-color: rgba(0,0,0,.05);
    margin-bottom: 8px;
    padding: 3px;
    border-radius: 5px;
}
.tags{
    margin-top: 2px;
}
.tag{
    display: inline-block;
    border-radius: 10px;
    border: 2px solid var(--grey-45);
    padding: 0px 5px;
    margin-top: 3px;
}

.blue_top{
    border-top: 13px solid var(--blue);
}
.maroon_top{
    border-top: 13px solid var(--maroon);
}
.yellow_top{
    border-top: 13px solid var(--mandarin-yellow);
}
.dark_teal_top{
    border-top: 13px solid var(--dark-teal);
}
.teal_top{
    border-top: 13px solid var(--teal);
}
.orange_top{
    border-top: 13px solid var(--orange);
}
.purple_top{
    border-top: 13px solid var(--purple);
}
.red_top{
    border-top: 13px solid var(--red);
}
.green_top{
    border-top: 13px solid var(--green);
}
.light_grey_top{
    border-top: 13px solid var(--grey-15);
}




