html 

      {
          background-color: #f8f8f8;
          min-height: 100%;
                                        }


body 

      {
          margin: 0;
          font-family: Arial, sans-serif;
          line-height: 1.8em;
          color: black;
          background: transparent
                                        }



header 

      {
          background-color: grey;
          color: white;
          text-align: center;
          padding: 40px 20px;
          border-bottom: 4px solid #222;
          border-radius: 20px;
                                        }



nav 

      {
          background-color: grey;
          border-radius: 20px;
          box-shadow: 2px 5px;
          display: flex;
          justify-content: center;
          gap: 20px;
          padding: 10px 0;
                                        }



nav a 

      
    {
          color: white;
          text-decoration: none;
          padding: 12px 20px;
          text-transform: uppercase;
          font-weight: bold;
          border-radius: 10px;
          transition: 0.3s;

                                         }



nav a:hover 


    {
          background-color: #222;
          transform: scale(1.1);
                                          }





h3 


    {
          color: #333;
          border-bottom: 2px solid #999;
          padding-bottom: 5px;
          text-transform: uppercase;
          font-size: 16pt;
          margin-bottom: 15px;
                                           }



h4 


    {

          color: #444;
          font-size: 14pt;
          text-decoration: underline;
          margin-bottom: 10px;
                                            }

.center-title 


    {
          text-align: center;
          margin: 20px 0;
                                            }






main 


  {
          max-width: 900px;
          margin: 40px auto;
          padding: 20px;
                                            }





section, .sub-box, .skill-block 


  {

          background-color: white;
          border-radius: 15px;
          box-shadow: 0 0 10px rgba(0,0,0,0.1);
          padding: 20px 40px;
          margin-bottom: 30px;
          transition: transform 0.3s ease;
          box-sizing: border-box;
                                            }





section:hover, .sub-box:hover, .skill-block:hover 


{
          transform: scale(1.01);
          background-color: #f0f0f0;
                                            }






.skills-list 


{
          display: flex;
          flex-direction: column;
          gap: 15px;
          max-width: 700px;
          margin: 0 auto;
                                            }




.skill-boxes


{
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
                                            }



.skill-box 


{
          background-color: #fafafa;
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 15px;
          text-align: center;
          width: 140px;
          transition: 0.3s;
                                              }

.skill-box:hover 


{
          transform: translateY(-5px);
          box-shadow: 0 8px 15px rgba(0,0,0,0.2);
          background-color: #f0f0f0;
                                                }





ul 


{
          list-style: none;
          padding-left: 10px;
                                                }



li


{
          margin-bottom: 10px;
                                                }

p 


{
        text-align: justify;
        margin-bottom: 10px;
                                                }







form 

{
        max-width: 600px;
        margin: 0 auto;
        background-color: #fafafa;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
                                                 }




input, textarea 


{

        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14pt;
                                                  }



button, a.download-link 


{

        background-color: grey;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 8px;
        font-size: 14pt;
        cursor: pointer;
        transition: background-color 0.3s;
        text-decoration: none;
                                                  }



button:hover, a.download-link:hover 


{
        background-color: #222;
                                                  }







.portfolio-img, .pdf-container 


{
        width: 100%;
        max-width: 850px;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                                                  }


.pdf-container 


{

        border: 2px solid #ccc;
        overflow: hidden;
        height: 700px;
        margin: 30px auto;
                                                    }




footer 


{

        background-color: #444;
        color: white;
        text-align: center;
        padding: 15px;
        border-top: 4px solid #222;
        border-radius: 15px 15px 0 0;
        font-size: 11pt;
                                                    }


.contact-icons 

{
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 15px;
                                                    }

.contact-icon, .insta-logo 

{
        width: 35px;
        height: 35px;
        cursor: pointer;
        transition: transform 0.2s;
                                                    }



.contact-icon:hover, .insta-logo:hover 

{
        transform: scale(1.1);
                                                    }

section ul li 


{
  text-align: center;
  margin-top: 10px;
                                                    }