
        *,
        :after,
        :before{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            
            
        }
 
        body{
            
             width: 100%;
             height: 130%;
             margin: 0;
             padding: 0;
             background: linear-gradient(to bottom, #b37060, #a35f5f, #473541);
             background-size: cover;
             background-position: center;
             background-repeat: no-repeat;
             
            
        }
        
        ::-webkit-scrollbar {
            width: 0px;
        }

        .container{
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            text-align: center;
            font-family: 'Righteous', cursive;




        }

        .custom-font {
            color: white;
            font-family: 'Righteous', cursive;
            font-size: 40px;
        }

        #phone{
           display: block;
           width: 70%;
           height: auto;
           margin: 0 auto 0;
           padding-top: 30px

        }

        #gplay{
            display: block;
            width: 150px;
            height: 45px;
            margin: 0 auto 10px;
        }
        
        #yakinda{
            color: white;
            font-size: 12px;
        }


        #desc{
            display: block;
            color: white;
            font-size: 30px;
            margin-top: 5px;
            font-family: 'Righteous', cursive;
           
           
        }
        
        #down{
            display: block;
            color: white;
            font-size: 14px;
            margin-top: 50px;
            font-family: 'Righteous', cursive;
           
           
        }
        
       
        
        #title{
            display:block;
            width: 100%;
            height: 75px;
            line-height: 180px;
            color: white;
            font-size: 50px;
            
           

        }
        
        .linkss{
            width: auto;
            height: auto;
            display: inline-block;
            margin-right: 10px;
        }
        
        @media screen and (max-width:800px){
            
            #title{
                font-size: 40px;
            }
            
            #desc{
                font-size: 20px;
                font-family: 'Righteous', cursive;
            }
            
            #down{
                font-size: 10px;
                font-family: 'Righteous', cursive;
            }
            
            #phone{
                width: 90%;
                height: auto;
               
            }
            
             #gplay{
                 width: 110px;
                 height: 30px;
               
            }
            
            .custom-font {
                color: white;
                font-family: 'Righteous', cursive;
                font-size: 30px;
            }
            
        }
        
         @media screen and (max-width:400px){
            
            #title{
                font-size: 30px;
            }
             
             #desc{
                font-size: 10px;
                font-family: 'Righteous', cursive;
            }
             
             #down{
                font-size: 7px;
                font-family: 'Righteous', cursive;
            }
             
             #phone{
                width: 85%;
                height: auto;

            }
             
             #gplay{
                width: 80px;
                height: 25px;
               
            }
             
             .custom-font {
                color: white;
                font-family: 'Righteous', cursive;
                font-size: 30px;
            }
            
        }
