@charset "UTF-8";

body{
    color: #575c7a;
    line-height: 1.5em;
    font-family: Arial;
    font-size: 14px;
/*   background-color:black;*/
    background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


/*
.page{
    max-width: 900px; 
    margin: auto 0px auto;
    position: relative;
    background-color: #000066;
}
*/

/*
h1 { font-size: 2em; font-weight: normal; color: :#a6430a;margin: :0 0 .5em 0;}
h2 { font-size: 1.7em; margin: 0 0 1em 0;}
h3 { font-size: 1.5em; margin: 0 0 1em 0;}
p { margin: :0 0 .75em 0;}
*/
a{text-decoration: none;}
a.pp { color: #ff9900;}
a.pp:hover {color:aqua;}

footer { font-size: .90em;color:#ff9900 ; background-color: black; padding: 10px 10px 10px 10px ; width: 100%;  bottom: 0; position:fixed ;

}
a.pp {  text-decoration: none ;
        padding right: 10px;
        margin-right: 40px;
    
    
}

/*
p.pp{
    text-align: right;
    display: inline-block;
    
}
*/
/*
nav{

    font: normal normal bold 14px/30px "Baumans", Helvetica, sans-serif;
}
*/
.btn1{
    width: 282px;
    height: 84px;
    background-image: url(../images/google_play.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 90%;
    background-position: center;
    
}
.btn1:hover{
    background-size: 100%;
}
.button_container{
    width: 282px;
    height: 84px;
    margin: auto;
    padding-bottom: 100px;
}

.face_container{
    height: 450px;
    width: 400px;
    background-color:floralwhite ;
    border-radius: 60px;
    padding-top: 20px;
    margin: 20px 20px 20px 20px;
    
}
.face_circle{
    display: block;
    
    height: 360px;
    width: 360px;
    background-color: aqua;
    margin: auto;
    border-radius: 100%;
}

.face_bar{
    display: block;
    height: 70px;
    background-color: darkblue;
    margin-top: 20px;
    width: 400px;
    border-radius: 0px 0px 60px 60px;
    text-align: center;
}