body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  header {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  nav ul li {
    margin: 0 1rem;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  #logo{
    color: #fff;
  }
  #profile-photo{
    height:250px; 
    border-radius: 50%; 
    align-self: center;
    border: 10px solid #333;
  }
  .center{
    text-align: center;
  }
  main {
    margin: 2rem auto;
    max-width: 800px;
    padding: 0 1rem;
  }
  
  section {
    margin-bottom: 2rem;
  }
  
  h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  h6 {
    margin: 0rem;
  }
  #name{
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  #para{
    text-align: justify;
    text-justify: inter-word;
  }
  ul {
        list-style: none;
        margin: 0;
        padding: 0 1rem;
    }

    li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    }

    li p {
    margin: 0;
    }

    form {
    display: flex;
    flex-direction: column;
    }

    label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    }

    input,
    textarea {
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    button {
    background-color: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    }

    button:hover {
    background-color: #555;
    }

    table {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
    }
    
    td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
    }
    
    tr:nth-child(even) {
      background-color: #dddddd;
    }
    #footer {
      position:fixed;
      left:0px;
      bottom:3px;
      height:30px;
      width:100%;
      background:#999;
      
   }
   #footerText{
    margin-top:10px;
    margin-left: 10px;
   }
   .icon{
    height:50px; 
  }
  .social-icon{
    margin-bottom: 10px;
  }
  .card{
    margin-bottom: 20px;
  }
  .tiles{
    margin-bottom: 10px;
  }