#wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	max-width: 1440px;
	height: 100%;
	padding: 10px;
	margin: 0 auto;
}
.info {
	max-width: 600px;
	justify-self: flex-start;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.info ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.info ul li {
	list-style: none;
}
.info ul li:not(:last-child) {
	margin-right: 20px;
}
#changeDif {
    font-size: 14px;
    border: 0;
    color: #fff;
    background: transparent;
    text-decoration: underline;
}
#changeDif:hover {
	color: #bf0997;
}
canvas#canvas {
    background-color: rgba(0, 0, 0, 0.5);
}
li.breadcrumb-item:first-child {
    padding: 0;
}
.play-btn{margin:0;}
div#gameOver:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
div#gameOver {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
div#gameOver>div{
	position:relative;
	z-index:100;
}
.info-core-wp {
    font-size: 20px;
}
.info-core {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.info ul li {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
 .info {
    margin-bottom: 0;
}
.info ul {
		margin: 0;
		padding: 0;
	}
button#startButton {
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    font-weight: bold;
}
.canvasGame{
    position: relative;
	z-index:100;
}
.btn-wp {
    position: absolute;
    top: 50%;
    left: 50%;
	height:100%;
    transform: translate(-50%, -50%);
}
.shadow__btn {
  padding: 10px 20px;
  border: none;
  font-size: 17px;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
}

.shadow__btn {
  background: rgb(208,21,23);
  box-shadow: 0 0 25px rgb(208,21,23);
}

.shadow__btn:hover {
  box-shadow: 0 0 5px rgb(208,21,23),
              0 0 25px rgb(208,21,23),
              0 0 50px rgb(208,21,23),
              0 0 100px rgb(208,21,23);
}
@media(max-width:767px){
	.info ul li {
		font-size: 18px;
	}
}
li.breadcrumb-item:first-child{padding:0;}
ol.breadcrumb.breadcrumb-light.d-flex.justify-content-center.justify-content-lg-center{margin-bottom:5px;}
li.breadcrumb-item a{color:#ffffff;}
li.breadcrumb-item{padding:0;}
.game-container-wp .game-container {
    width: auto;
    max-width: 100%;
    min-height: 65vh;
    margin: 0 auto;
    display: inline-flex;
}