@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-top: 100px;
  background-image: url("Backcv.jpg");
  background-size: cover ;
  background-position: center ;
  background-repeat: no-repeat ;
  background-attachment: fixed;
}

header {
  letter-spacing: 3px; 
  font-size: 1,2rem;
  color: black;
  display: flex; 
  justify-content: center;
   flex-wrap: wrap;
   gap: 100px;
   padding:1rem 4rem;
   align-items: center;
}

header h1{
margin: 0;
line-height: 1;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

nav a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.career {
  max-width: 950px;
  margin: 60px auto 80px;
  padding: 0 20px;
  line-height: 1.6;
  color: #111;
}

.career h1 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.career h2 {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #202020;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 4px;
}

.career h3 {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 6px;
  color: #333;
}

.career p {
  margin: 0 0 16px;
  font-size: 0.98rem;
  text-align: justify;
}

.career ul {
  margin: 0 0 16px 20px;
  padding: 0;
  list-style-type: disc;
}

.career section:last-of-type p {
  text-align: center;
  margin-top: 25px;
  font-style: italic;
  letter-spacing: 1px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 8px;
  padding: 10px;
}

footer {
 display: grid;
 grid-template-columns: auto 1fr;
 bottom: 0;
 left: 0;
 color: #202020;
}
