* {
    margin: 0;
    padding: 0;
    outline: none;
}


body{
    background-image: url(../img/background_blue.png);
    font-family: 'bangers';
    box-sizing: border-box;
}

header{
    max-width: 450px;
    margin: 0px auto 0px auto;
}

#config img{
    width: 55px;
    position: absolute;
    top: 15px;
    right: 15px;
    
}

h1{
    text-align: center;
    margin-top: 64px;
    font-size: 50px;
    color: white;
    -webkit-text-stroke: 1px #282674;
    text-shadow: 3px 3px 0 #282674, 1px 1px 0 #282674, 2px 2px 0 #282674, 4px 4px 0 #282674, 5px 5px 0 #282674;
}

#corpo{
    text-align: center;
    max-width: 450px;
    margin: 0px auto 0px auto;
    padding: 15px;
}

.botoes{
    border: 4px solid #282674;
    padding: 17px 25px 17px 25px;
    border-radius: 15px;
    width: 150px;
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    background-color: #56ffc2;
    margin-top: 30px;
    color: #282674;
}

p{
    margin-top: 5px;
    color:  white;
    font-family: 'chewy';
    font-size: 21px;
}

span{
    color: #56ffc2;

}


/* Jogo parte Easy */

#voltar img{
    width: 55px;
    position: absolute;
    top: 15px;
    left: 15px;

}

h2{
    text-align: center;
    margin-top: 20px;
    color: white;
    font-family: 'chewy';
    font-size: 40px;
    -webkit-text-stroke: 1px #282674;
    text-shadow: 3px 3px 0 #282674, 1px 1px 0 #282674, 2px 2px 0 #282674, 4px 4px 0 #282674, 5px 5px 0 #282674;
   
}

.cartas{
    background-color: #282674;
    width: 65px ;
    height: 90px;
    margin: 5px auto 5px auto;
    border: 4px solid #282674;
    border-radius: 15px;

}

#cartas{
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.cartashard{
    background-color: #282674;
    width: 50px ;
    height: 70px;
    margin: 5px auto 5px auto;
    border: 4px solid #282674;
    border-radius: 15px;
}

.verso {
	color: transparent;
	background-image: url("../img/cartas/cover.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.frente {
	background-repeat: no-repeat;
	background-size: 100%;
	/*background-image: attr(data-image-src url);*/
	background-image: var(--background);
}

#tempo{
    border-radius: 15px;
    border: 4px solid #282674;
    background-color: white;
    font-size: 30px;
    width: 150px;
    font-family: 'chewy';
    padding: 17px 60px 17px 60px;
    display: inline-block;
    color: #282674;
    margin-top: 10px;
}

/* Slider */

#player {
	width: 350px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	top: 30px;
}

#volume {
    position: absolute;
    margin: 0 auto;
    height: 5px;
    width: 300px;
    background: #2395FF;
    border-radius: 15px;
}

.ui-slider-range-min {
    height: 5px;
    width: 300px;
    position: absolute;
    background: #000;
    border: none;
    border-radius: 10px;
  	outline: none;
}
	
.ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    margin-left: -8px;
    margin-top: -11px;
    cursor: pointer;
    outline: none;
    border: 3px solid #282674;
}

.cada-form {
    margin: 20px auto 30px auto;
    text-align: left;
    width: 80%;
}

.settings p {
    color: #282674;
    font-size: 24px;
    margin-bottom: 5px;
}

#select-language {
    border: 4px solid #282674;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    padding: 17px;
    font-size: 24px;
    font-family: 'Chewy';
    color: #282674;
}

#set-time {
    border: 4px solid #282674;
    border-radius: 20px;
    background: #fff;
    width: 20%;
    padding: 17px;
    font-size: 24px;
    font-family: 'Chewy';
    color: #282674;
}

#set-time ~ span {
    color: #282674;
    font-size: 24px;
}

.botoes-settings {
    font-family: 'Bangers';
    border: 4px solid #282674;
    padding: 17px 25px 17px 25px;
    border-radius: 15px;
    width: 100%;
    font-size: 30px;
    text-decoration: none;
    background-color: #56ffc2;
    color: #282674;
}