

/------Body-----!/

body {
   background: #111;
   font-family: "Lexend Deca", sans-serif;
    padding: 0;
     margin:0;
      }

    .container {
     max-width: 425px;
     position: relative;
     padding: 0;
     margin: 0;
       }

      .header {
         background-color: #FCF8ED;
        width:  425px;
        height: 100px;
        padding: 0;
       margin: 0;
        text-align: center;
       }
    
      .banner {
         background-color: #2C2A27;
         width:  425px;
           height: 55px;
         text-align: center;
            margin: 0;
           margin-top: -25px;
            }

       h2 {
        font-family: "Lexend Deca", sans-serif;
         font-weight: 300;
       position: relative;
     top: 35%;
         }

      .image {
         width:  425px;
      height: 250px;
        padding: 0;
     margin: 0;
         }

        .text { 
         background-color: #fff; 
           margin: 0;
             width:  420px;
             padding-bottom: 4px;
              }
        .innerdiv {
        width: 390px;
        display: flex;
        margin: auto;
        padding-left: 15px;
         
           }
       
          .phonediv {
        width: 390px;
       justify-content: center;
  align-items: center;
   a class="nounderline"
        display: flex;
        padding-left: 95px;
       padding-bottom: 15px;
         
           }        

       p {
          text-align: left;
          font-family: "Lexend Deca", sans-serif;
          ffont-size: 12px;
         border: 2px solid #00b300;
     border-radius: 5px;
           background-color: #F8F4ED;
          color: #343331;
        }

           .navheader {
            background-color: #2C2A27;
         position: relative;
         width:  420px;
           height: 35px;
         text-align: center;
            padding: 0;
           margin-top: -23px;
           }

          h3 {
            font-family: "Lexend Deca", sans-serif;
         font-weight: 300;
         color: #2C2A27;
         position: relative;
          top: 25%;
        }
       

        .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14.3px;
  margin: 2px 2px;
  cursor: pointer;
}
  
    .icons {
       
       width:  420px;
           height: 100px;
          padding-left: 11px;
           }

     .icons2 {
       background-color: #fff;
         padding-top: 23px;
        text-align: center;
      
        width:  420px;
         height: 20px;
          
           }

     .icons3 {
     
      text-decoration: none;
       margin-top: 15px;
       position: flex;
        align-items: center;
    justify-content: center;
     padding: 12px; 
     color: #026174;
    
      }

    .bottom  {
       background-color: #000;
       width:  420px;
     height: 25px;
         }

         

      