.navbar {
    background: linear-gradient(336deg,maroon,#000036 35%);
}
.main-class {
    background: linear-gradient(336deg,maroon,#000036 35%);
    overflow-x: hidden;
   
}

.para-styles {
    color: white;
    font-size: 1.2em;
}
#profile {
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .card:hover {
    transform: scale(1.1); 
  }  
  form {
      max-width: 800px;
  }
  .work-projects {
    display: inline-block;
    margin-left: 15%;
    transform: translateX(-15%);
  }

  #goToTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    border-radius: 50%; 
    width: 50px;
    height: 50px;
    z-index: 99; 
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: bold; 
    color:black;
    }
    @media (max-width: 767px) {
      label {
        text-align: left;
      }
    }

    @media (min-width: 768px) {
      label {
        text-align: center;
      }
    }

   