body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(21,7,55,1) 100%);
    
    background-attachment: fixed;
}

.landing-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
}

.profile {
    text-align: center;
    position:relative;
   

    align-self: center;
  
}

.profile img {

position:absolute;
top:0;
left:0;
}

.profile h1 {
    font-size: 45px;
    font-family: Poppins, 'Times New Roman', Times, serif;

    color:white;
    /* background-color: #0c32499f; */
    padding:5px;
}

.profile h3 {
    font-family: "Lato";
    
    color:black;
    font-size: 18px;
}

.work-categories {
    text-align: center;
    margin-bottom: 30px;
}

.work-categories h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.work-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
}

.work-categories li {
    
    margin: 5px;
    padding: 10px 20px;
    background-color: #0b294a;
    color: #fff;
    border-radius: 5px;
    height: 150px;
    cursor: pointer;
    box-shadow:10px 10 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    width:150px;
    
    align-items: center;
}
.work-categories li:hover {
    background-color: #0069d9;
    
}

.contact {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact h2 {
    font-size: 24px;
    margin: 10px 0;
}

.contact p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-icons {
    display: flex;
    justify-content: center;
}

.contact-icons a {
    display: inline-block;
    margin: 0 10px;
}

.contact-icons img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.2s;
}

.contact-icons img:hover {
    transform: scale(1.1);
}
.projectCard{
   margin:10px;
   background-color: rgba(13, 84, 178, 0.853);
   border-radius: 5px;
   width: 170px;
   height: 170px;
   padding:5px;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  
  header {
    background-color: #0b294a;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-bottom: 40px;
  }
  
  h1 {
    margin: 0;
  }
  
  nav {
    /* Your navigation styles here */
  }
  
  main {
    padding: 2rem;
  }
  
  section#contact {
    max-width: 600px;
    margin: 0 auto;
  }
  
  h2 {
    text-align: center;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
  }
  
  input,
  textarea {
    padding: 0.5rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #777;
  }
  
  button {
    padding: 0.5rem 1rem;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  .contact-info {
    text-align: center;
    margin-top: 1rem;
  }
  
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
  }
  
  #contact{
    background-color: #0b294a;
    color: #fff;
    text-align: center;
    padding: 1rem;
  }

  