/* Base styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
  }
  
  /* Contact Section */
  #contact {
    background-color: #ffffff;
    padding: 40px 30px;
    max-width: 600px;
    margin: 60px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
  }
  
  #contact h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    color: #333333;
  }
  
  #contact p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
  }
  
  #contact form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #444;
  }
  
  #contact form input,
  #contact form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: border 0.3s ease;
  }
  
  #contact form input:focus,
  #contact form textarea:focus {
    border-color: #007BFF;
    outline: none;
  }
  
  /* Submit Button */
   button{
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  } 
  body{
  background: #020024;
  background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
 font-family: 'Segoe UI', Arial, sans-serif;
 }
 
header{
     height: 40px;
     width: 100%;
    
     display: flex;
     align-items: center;
     justify-content: space-between;

 }
img{
    height: 100px;
    width: 100px;
    margin-left: 200px;
    margin-top: 80px;
    border-radius: 50px;
    
 }
nav a{
     
     color:aliceblue;
     text-decoration: none;
     word-spacing: 10px;
    font-weight:bold;
    }
a:hover{
 
     border: none;
     padding: 16px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
 }
     