body, h1, h2, p, ul {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: linear-gradient(to right, #471d4d, #26585f);
    color: #fff;
}

h1, h2 {
    color: #fff;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(71, 29, 77, 0.7);
    border-bottom: 1px solid #3a2244;
    padding: 1rem 0;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 50px;
    max-width: 100%;
}

.nav-left, .nav-right {
    display: flex;
    list-style-type: none;
}

.nav-left li, .nav-right li {
    margin-right: 1rem;
}

.nav-left a, .nav-right a {
    color: #fff;
    text-decoration: none;
}

.nav-left a:hover, .nav-right a:hover {
    color: #286264;
}

main {
    flex-grow: 1;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    margin: 1rem;
}

form {
    display: grid;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

form label {
    display: grid;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 100%;
}



form input {
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    width: 80%;
    max-width: 100%;
    font-size: 1rem;
}

form input {
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    width: 80%;
    max-width: 100%;
    font-size: 1rem;
    min-width: 150px;
}



form input[type="submit"]:hover {
    background-color: #2e2343;
}
@media (max-width: 600px) {
    form {
        padding: 1rem;
    }

    form input {
        min-width: 0; 
    }
} 

footer {
    background-color: rgba(38, 40, 63, 0.7);
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
}
.footer-container {
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  
  .footer-section {
    margin-bottom: 20px;
  }
  
  .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-link {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
  }
  
  .footer-link:hover {
    color: #a8a8a8;
  }

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: auto;
    width: 80%;
}

@media screen and (max-width: 600px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}
.category-popular {
    border: 2px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #471d4d;
    transition: background-color 0.3s ease;
}

.category-popular:hover {
    background-color: #3a2244;
}

.category-popular:active {
    background-color: #2e2343;
}
.job-post img {
    max-width: 200px;
    height: auto;
    border-radius: 5px; /* Adjust this value to change the radius of the corners */
}
.job-post {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px; /* Adjust this value to change the radius of the corners */
}
.job-post img {
    max-width: 200px;
    height: auto;
    border-radius: 5px;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    width: 80%;
    margin: auto;
    
}

@media screen and (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}




.button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 10px;
    font-size: 0.8rem;
    width: 70px;  
    max-width: 80%; 
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
  }
  .button {
    
    margin: auto;
}
.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  
  .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .profile-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .profile-bio {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-location {
    font-size: 14px;
    color: grey;
    margin-top: 5px;
  }


.main-header {
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
}

.main-content {
    text-align: justify;
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    margin: 1rem;
}

.founders {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.founder-img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
}
