html{
    background-color: black;
    
}
body{
    
}
#equipo{
    color: white;
}

#equipo a{
    color:white;
    text-decoration: none;
}

#equipo a:hover{
    text-decoration: underline  ;
}

.teamPhoto{
    width: 9vw;
    height: 9vw;
    background-color: black;
    float: right;
    margin-bottom: 5vh;
    margin-left: 5vh;
}

footer img{
    height: 50px;
    
}

#btnAuditorioIniciar{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#auditorioScreen{
    background-image: url("../images/auditorio.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}