* {
    padding: 0;
    margin: 0;
    transition: all 0.2s;
}

::-webkit-scrollbar{
    display: none;
}

body {
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
	background-size: 100vw 100vh;
	background-attachment: fixed;
}

header{
    width: 100%;
    height: 3rem;
	background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000); 
    background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    box-shadow: 0 0 1rem rgba(127,220,255,.35); 
    color: #000;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor{
    width: 100%;
    margin: auto;
}

.audio {
    margin: 13px auto;
    display: block;
    border-radius: 15px;
    height: 25px;
}

.test{
    margin: auto;
}

.test img{
	margin: 3rem auto 0;
	display: block;
    width: 60%;
}

#rock_text{
    margin: auto;
    width: 98%;
    max-width: 37.5rem;
    background: -webkit-linear-gradient(to right, rgba(0,0,0,.75), rgba(10, 40, 100, .25), rgba(0,0,0,.75));
    background: linear-gradient(to right, rgba(0,0,0,.75), rgba(10, 40, 100, .25), rgba(0,0,0,.75));
    font-size: 9px;
    color: #e1e1e1;
    text-shadow: -1px -2px 1px black;
    text-align: center;
    border-radius: .625rem;
    padding: 2px;
    box-shadow: 0 0 2rem red;
}

#rock_text .contenedor{
    width: 98%;
    max-width: 28.125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}/*

.rock_test {
    width: 100%;
    max-width: fit-content;
    height: auto;
    padding: 20px;
    padding-bottom: 10px;
    overflow-y: overlay;
    background: -webkit-linear-gradient(to right, #000, rgba(10, 40, 100, .25), #000);
    background: linear-gradient(to right, #000, rgba(10, 40, 100, .25), #000);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}

.contenedor {
    margin: auto;
    width: 98%;
    box-shadow: 0 0 2rem red;
}*/

.puntaje{
    margin: auto;
    display: block;
    font-size: 1.125rem;
    color: #dbc682;
    text-align: center;
    text-shadow: -1px -2px 1px black;
    padding: .3125rem;
}

.encabezado {
    margin: auto;
    position: relative;
    width: 98%;
	background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000); 
    background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    box-shadow: 0 0 1rem rgba(127,220,255,.35); 
    border-radius: 10px;
}

.categoria {
    margin: auto;
    text-align: left;
    font-size: 1.375rem;
    color: #e1e1e1;
    padding: 10px;
    opacity: 0.75;
    text-transform: uppercase;
    text-shadow: -1px -2px 1px black;
}

.numero {
    font-size: 1.125rem;
    color: #e1e1e1;
    text-shadow: -1px -2px 1px black;
    position: absolute;
    opacity: 0.5;
    top: .625rem;
    right: .625rem;
}

.pregunta {
    font-size: 1.125rem;
    color: #e1e1e1;
    text-align: center;
    text-shadow: -1px -2px 1px black;
    padding: 0 .3125rem;
}

.imagen {
    object-fit: contain;
    height: 0px;
    width: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn {
    margin: .625rem auto;
    width: 90%;
    max-width: 90%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    background: -webkit-linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5));
    background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5));
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    text-shadow: -1px -2px 1px black;
    padding: .625rem .3125rem;
    opacity: .5;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 .03125rem .3125rem rgba(255,255,255,.5);
}

.btn:hover {
    opacity: 1;
}

.footer{
    width: 100%;
}

.footer img{
    display: block;
    margin: .625rem auto 0;
    width: 98%;
    max-width: 20rem;
}

@media (max-width: 599px){
    .audio {
        width: 100%;
        max-width: 20rem;
    }
    #rock_text{
        box-shadow: 0 0 1rem red;
    }
    .categoria {
        font-size: 1.0625rem;
    }
    .numero{
        font-size: 1rem;
    }
    .pregunta {
        font-size: 1rem;
    }
    .btn {
        font-size: 1rem;
    }
    .puntaje{
        font-size: 1rem;
    }
}