body{
    padding:0px;
    margin:0px;
    height: 100vh;
    background-color: #000000;
   background-image: url(../../img/fondo.jpg);
}

.controles{
width: 100px;
height: 90px;
}

.googleplay {
margin-top:50px ;
text-align: center;

}

h1{
    color:#fff;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top:25px ;
    margin-bottom: 0px;
}

h2{
    color:#fff;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top:20px;
    margin-bottom:0px;
    line-height: 25px;
}

h3{
    color:#fff;
    height: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top:0px;
    margin-bottom: 50px;
}

h3 a {
  color: #fff; 
  text-decoration: none; 
}

article {
    width: 100%;
    margin-top:30px;
    display: flex;
    justify-content: center;
}

.contentredes{
    width: 100%;
    margin-top:20px;
    display: flex;
    justify-content: center;
}

.redes {
    width: 60px;
    margin-top:20px;
    margin-bottom:20px;
    display: flex;
    justify-content: center;
    }

#controlButton {
        background: none;
        border: none;
      }
      
#controlIcon {
        width: 88px;
      }

footer { 
background:#101633;
color:#fff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.6;
padding:20px 10px;
text-align: center;
display: flex;
justify-content: center;
}

footer a {color:#ffffff;text-decoration: none;}

footer a:hover {
	color:#ccc;
	text-decoration:none;
}