
body {

	font-family: 'Dharma Punk', sans-serif;
	text-shadow: 2px 2px 2px black;
	color: #ffffff;
	background-image: url("/img/back-img.png");
	background-color: #000000;
	
}

.modal {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    display: flex;
    align-items: baseline;
    justify-content: center;
    z-index: 4;
    
}

.modal-boton {
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    text-align: center;
    background: darkslategray; 
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    border-style: outset;

}

.img-contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}