body,html{
    padding: 0%;
    margin: 0%;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgb(3, 0, 33);
}

body{
    background-image: url("img/fondo.png");
}

header{
    width:100vw;
    height:5vh;
    margin-bottom: 8px;
    background-color: rgb(16, 0, 0);
    font-weight: 600;
    color: rgb(255, 183, 29);
    font-size: 30px;
    padding-top: 15px;
}

#jugador {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:2;
}

#enemigo1, #enemigo2, #enemigo3, #enemigo4, #enemigo5, #enemigo6 {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    z-index:1;
}
#enemigo7{
    height: 30px;
    width: 30px;
    position: absolute;
    visibility: visible;
    z-index:1;
    filter: saturate(2.4);
    border-radius: 50px;
    box-shadow: 0px 0px 40px rgb(255, 0, 0);
}
#contenedor{
    width: 50vw;
    height: 650px;
    background-color: black;
    position: relative;
    bottom: 8px;
    right: 8px;
    margin-left: 25%;
}
#tiempo{
    background: rgba(0, 0, 0, 0);
    color: rgb(144, 176, 255);
    border: solid 3px rgb(16, 0, 133);
    position: absolute;
    top:1vh;
    left:360px;
    height:45px;
    width:100px;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    z-index:5;
}
#score{
    background:  rgba(0, 0, 0, 0);
    color: rgb(144, 176, 255);
    border: solid 3px rgb(16, 0, 133);
    position: absolute;
    top:1vh;
    left:470px;
    height:45px;
    width:120px;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    z-index:5;
}

#gameover{
    display:none;
    position: absolute;
    left:730px;
    top:320px;
    width:450px;
    height:125px;
    background-color: rgba(255, 85, 0, 0.236);
    box-shadow: 0px 0px 150px rgb(255, 85, 0);
    z-index: 5;
}

#imagengameover{
    margin-left:-80px;
    margin-top: -80px;
}

#fantasma{
    width:120px;
    height:120px;
    margin-top:-35px;
    margin-left:-35px;
}
footer{
    background-color: rgb(16, 0, 0);
    height:22vh;
    margin-top:-8px;
    color: rgb(255, 154, 66);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rules{
    height:75%;
    width:50%;
    background-color: rgb(49, 0, 0);
    border-radius: 25px;
    margin-left:-15px;
    padding-bottom: 10px;
}
p{
    margin-top:-10px;
}
span{
    padding-left: 3px;
    padding-right: 3px;
}
#blue{
background-color:blue ;
}
#red{
background-color:red ;
}
#normal{
    background-color:rgb(255, 123, 0) ;
    color:rgb(0, 10, 83);
    font-weight: 600;
    }
.bold{
    background-color:black;
}