* {
    box-sizing: border-box;
    background-color: #231F20;
    font-family: Georgia, Avenir, Avenir Light;
    color: #eaeaea;
  }
  
  body{
    margin: 10px;
    color: #eaeaea;
    padding: 10px;
  }
  
  p{
    text-align: justify;
  }
  
  .clearfix::after{
    content: "";
    clear: both;
    display: block;
  }

  .topic::after{
    content: "";
    clear: both;
    display: block;
  }
  
  
  .header{
    padding-top: 10px;
    width: 100%;
    position: fixed;
    z-index: 1;
  }
  
  .navbar {
    width: 75%;
    overflow: hidden;
    background-color: #231F20;
    float: right;
    padding-top: 13px;
    padding-right: 50px;
  }
  
  .navbar .icon {
    display: none;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ad974f;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ad974f;
    min-width: 160px;
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: inherit;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: inherit;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .navbar .icon {
    display: none;
  }
  
  
  .logo{
    width: 20%;
    float: left;
    padding-left: 150px;
    color: #eaeaea;
    overflow: hidden;
    position: fixed;
  
  }
  
  .logo a{
    overflow: hidden;
    text-decoration: none;
  }
  
  
  .menu a {
    text-align: center;
    color: #eaeaea;
    float: right;
    padding: 10px 12px;
    text-decoration: none;
  }

  .footer {
    background-color: #231F20;
    width: 100%;
    text-align: center;
    color: red;
  }
  
  /*respinsive Styles fo smaller screens */
  @media screen and (max-width: 600px) {
    .navbar.responsive {position: relative;}
    .navbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
      float: right;
      display: block;
    }
  }
  

.edurow {
    
    display: block;
    padding-top: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.educol-4{
    display: block;
    width: 33%;
    float: left;
    padding: 15px;
    background-color: inherit;
}

.educol-4 h3,
.educol-4 p {
    color: #ad974f; !important; /* Change 'your-desired-color' to the color you want */
}


.footer {
    padding-top: 400px;
    width: 100%;
    box-sizing: border-box;
    float: center;
}

.footer-container {
    width: 100%;
}

.topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
  }

  .topic button {
    font-size: 26px;
    background-color: #ad974f;
    color: #eaeaea;
    border: inherit;
    font-weight: bold;
    margin-bottom: 20px;    ;
  }

  .hobbies {
    display: block;
    padding-top: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.hobbies1{
    display: block;
    width: 25%;
    float: left;
    padding: 15px;
    background-color: inherit;
}

.hobbies1 h3 {
  color: #ad974f;
  text-align: center;
}

.hobbies1 img{
  width: 100%;
  height: 210px;
}

body {
  font-family: Arial, sans-serif;
  background-color: inherit;
  margin: 0;
  padding: 0;
}

.skills {
  text-align: center;
  background-color: inherit;
  color: inherit;
  padding: 100px;
}

.skills h1 {
  font-size: 36px;
  margin: 0;
}

.skills-list {
  list-style-type: none;
  padding-left: 200px;
  padding-right: 200px;
  display:block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.skills-list li {
  background-color: #ad974f;
  color: #eaeaea;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.skills-list li:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
}


.footer-skills {
  padding-top: 0px;
  width: 100%;
  box-sizing: border-box;
  float: center;
  text-align: center;
}

.footerskills {
  width: 100%;
}