.myDebug {
    border: 2px red solid;
}

.myHide {
    display: none;
}

.myShow {
    display: inherit;
}

.myPadding {
    padding: 20px; !important;
}

.myPaddingLeft {
    padding: 20px; !important;
}

.myPaddingRight {
    padding: 20px; !important;
}

.myCentered {
    position: absolute;
    top: 70%;
    left: 30%;
}

.image-fluid {
    flex-grow: 1;
    height: 45vh;
    object-fit: cover;
    object-position: top center;
    background-color: black;
}
.card{
    flex-grow:0;
}

.myImageSize {
    width: 100%;
    height: 100%;
}

.myInnerLineTop {
    border-top: 3px solid white;
    margin-top: 9px;
    opacity: 0.3;
}

.myInnerLineBottom {
    border-bottom: 3px solid white;
    margin-bottom: 9px;
    opacity: 0.3;
}

.myFontVerdana {
    font-family: "verdana", "ui-rounded";
}

.myFontPapyrus {
    font-family: "Papyrus", "ui-rounded";
}

.myBody {
    background-image: url("../images/game-over.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "verdana", "ui-rounded";
}

.myMarginTop-100 {
    margin-top: 100px;
}

.myFanFont {
    font-family: "Papyrus", "ui-rounded";
}

.myCenterDiv {
    color: white;
    padding: 0 0 0 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}