* {
	user-select: none;
}

body {
    background-color: rgb(24, 26, 27);
    background-repeat: no-repeat;
    background: url(../../assets/images/wallaper.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    margin: 0; /* Agregamos esto para evitar el margen predeterminado del body */
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.absolute {
	position: absolute;
}

.space {
	margin-bottom:15px;
}

.containerGame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 928px;
    border: 3px solid rgba(0, 0, 0, 0.8);
    height: 555px;
    background: url(../../assets/images/wallaper3.png) no-repeat center center;
    background-size: 100% 100%;
}
