		body {
		    font-family: Arial, sans-serif;
		    margin: 0;
		    padding: 0;
		    }
	header {
		    align-items: center;
		    position:relative;
		    background-color: #fff;
		    border-radius: 10px;
		    padding: 20px;
		    text-align: center;
			}
         .app-icon {
		  width:80px;
		  height:80px;
		  border-radius:20%;
		  float: left;
			  }
     section,p,h2 {
	         margin:0;
	         color:#36454F;
	         font-size:16px;
	         }
	   h1 {
	      font-size:30px;
	      margin:0;
	     }
	 .app-card  {
	              display:flex;
	              align-items: center;
	              margin:20px;
	            }     
	  .app-details {
	               display:flex;
	               align-items: center;
	               margin:30px 0;
	                }
	 .text-container {
			flex:1;
			margin-left: 20px;
			text-align: left;
			}
.text-container p:nth-child(2) {
	            color:MediumSeaGreen;
	                }
.text-container p:last-child {
	            color:#36454F;
	            font-size:15px;
	             }
	             
	       div {
	            flex:1;
	            }
.app-details div p:first-child {
                 font-weight: bold;
                 font-size:17px;
                 color:#36454F;
                 }
.app-details div p:last-child {
                 margin: 4px 0;
                 font-size:14px;
                 color:#36454F;
                 }
          
        #tags {
               display: flex;
               flex-wrap: wrap;
               justify-content: space-between;
               margin:0%;
               padding:0%;
               }   
       #tags li{
               color: green;
               list-style-type: none;
               }
               
      .banner {
               width:90%;
               margin-top:20px;
               border-radius:10px;
               }
      .app-img {
               width:90%;
               display: block;
               margin:0 auto;
               border-radius:10px;
               }
     
     button {
          font-size:20px;
          width:80%;
          color: white;
          padding: 10px 0;
          border: none;
          background-color:seagreen;
          border-radius: 4px;
          cursor: pointer;
     }
     
     /*Start Main section*/
     section {
               margin:5px;
               padding:10px;
              }     
        .apklink2 {
             width:50%;
             display: block;
             margin:20px auto;
              }
      /*Information about me and social media */
     
      footer {
      position: relative;
      margin:0;
      padding:10px;
      background-color: powderblue;
      }
      .social-icons {
      text-align: center;
      margin-top: 20px;
      }
      
      .social-icon {
      display: inline-block;
      margin: 0 10px;
      font-size: 24px;
      color:black;
      }
      
      .footer-links {
      text-align: center;
      margin-top: 20px;
      }
      
      .footer-links a {
      color: black;
      text-decoration: none;
      margin: 0 10px;
      }
      
      .copyright {
      text-align: center;
      margin-top: 20px;
      color: black ;
      }
      .copyright a{
      text-decoration:none;
      font-weight: bold;
      color: Black;
      }