body{
font-family: Arial, sans-serif;
margin:0;
background:#f5f5f5;
color:#333;
overflow-x: hidden;
}

header {
  background: linear-gradient(to right, #2b6cb0, #3498db);
  color: white;
  text-align: center;
  padding: 50px 20px;
}
header h1,
header p {
  margin:0;
}
.container{
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  padding: 0 20px;
}

.container p {
  line-height: 1.6;

padding:30px 20px;
text-align:center;
}

a {
    position: relative;
    z-index: 10;
}



section{
max-width:900px;
margin:auto;
padding:30px;
background:white;
margin-top:20px;
border-radius:5px;
}
section{
    text-align: center;
}

footer{
    text-align: center;
}
nav {
  margin-top: 0;
  background:#1f2f46;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}


nav a {
  display: inline-block;
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: ;
}
nav a:hover {
  font-weight: 500;
    color: #00c3ff;
}.container {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.team {
  text-align: center;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2c3e50;
  padding: 15p
}
.logo {
  color: white;
  margin: 0;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}





.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.nav-links a:hover {
  color: #00c3ff;
}
text-decoration:none;
font-weight:bold;
color:#333;
font-size:18px;
}

.menu a:hover{
color:#2b6cb0;
}
ul { 
    display: inline-block;
    text-align: left;



}

.btn {
    background: #2c7be5;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
