.nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
         background: #35424a;
        color: #ffffff;
        padding-top: 10px;
        min-height: 70px;
        border-bottom: #2f0fa5 3px solid;
    }


 nav ul li a{
        text-decoration: none;
        text-align: right;
        color: blue;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
        cursor: pointer;
        align-items: right center;
        padding: 14px 20px; 
        
    
    
    }

  nav ul li{ list-style: none;
    display: inline;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: blue;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;

  }

.logo {
        float: left;
        margin-top: 0px;
    }
    .logo img {
        width: 100px;
        height: auto;
        border-radius: 50%;
        margin-right: 20px;
        
        }
  .btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(45deg, #a1d9fa, #ac8be2);
    font-size: 14px;
    border-radius: 30px;
    border-top-right-radius: 0;
    transition: all 0.3s ease;
}
body {
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
      justify-content: center; 
      align-items: center;
      height: 100vh;
      text-align: center;
      margin-top: 10%
    }
    form {
      
      padding: 20px;
      border-radius: 5px;
    
      display: inline-block;
    }
    label {
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
    }
    input[type="text"], input[type="password"], input[type="email"] {
      width: 100%;  
      padding: 10px;
      margin-bottom: 20px;  
    
      border-radius: 3px;
      box-sizing: border-box;
    }
    input[type="submit"] { 
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(45deg, #a1d9fa, #ac8be2);
    font-size: 14px;
    border-radius: 30px;
    border-top-right-radius: 0;
    transition: all 0.3s ease;
     border-top-right-radius: 30px;
     padding: 15px 80px;
    font-size: 16px;
    animation-delay: 1s;
    cursor: grab;
    }
     footer {
            background: #35424a;
            color: #ffffff;
            padding: 15px 0;
            text-align: center;
        }
