* {
  margin: 0;
  padding: 0;
  font-family: "Sofia", sans-serif;
 
}
:root {
  --primary-color: #dbe7c9;
  --secondary-color: #50623a;
  --accent-color: #294b29;
  --secondary-color1: #789461;
  --secondary-fg-color:white;
}

.nav-style {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  color:var(--secondary-fg-color);
  align-items: center;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.link-style {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  font-size: 20px;
}
.main-div {
  background-color:var(--primary-color) ;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  float: left;
  color:var(--secondary-fg-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}

  .eachdiv {
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 50px;
  }

  .eachdiv li a {
    text-decoration: none;
  }
 

  .connectme {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--secondary-fg-color);
    font-weight: bold;
    cursor: pointer;
  }

.myexplain {
  text-align: center;
  margin: 50px;
}

.text {
  display: flex;
  flex-direction: row;
}
.text1 {
  margin: 15%;
  
}
.h1{
 font-weight: bold;
}
.word {
  background-color:var(--accent-color);
  color:var(--secondary-fg-color);
  height: auto;
  width: auto;
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(128, 128, 128, 0.5);
  margin-left: 58%;
  margin-top: 15%;
  font-weight: bold;
}
.text2 {
  margin-right: 10%;
}
.word1 {
  margin-left: 58%;
  margin-top: 25%;
}
.word2 {
  margin-left: 80%;
  margin-top: 15%;
}
.logo {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#div2 h1 {
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
main {
  margin-top: 5%;
  text-align: center;
}
.button-style {
  padding: 10px;
  border: none;
  background-color: var(--accent-color);
  border-radius: 5px;
  color: white;
}

#connect {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.mytask {
  display: flex;
  flex-direction: row;
  padding: 60px;
  justify-content: center;
  margin-top: 40px;
  gap: 120px;
  background-color: var(--secondary-color);
  color: var(--secondary-fg-color);
  height: 80px;
  align-items: center;
  margin: 250px;
  box-shadow: 0 8px 6px -6px black;
}

#skill h1 {
  text-align: center;
  text-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.listskill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 90px;
  height: 100px;
  margin-top: 120px;
}
#connect h1 {
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 30px;
  margin-top: 120px;
}
#project h1 {
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-top: 150px;
}
#project {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.pro {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
}

.btnhello {
  background-color: orange;
}
.navbar navbar-expand-lg {
  position: absolute;
}
.viewcv {
  display: flex;
  justify-content: center;
}
.viewcv button {
  border: none;
  padding: 20px;
  font-weight: bold;
  background-color: var(--accent-color);
  border-radius: 5px;
  width: 150px;
}
a {
  text-decoration: none;
  color: white;
}
.container {
  background-color:var(--secondary-color1);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
