body {
  background-image:linear-gradient(rgba(0, 8, 255, 0.724),white) 
}

.skills {
  display: inline-block;
  background: white;

}


#skills {
  padding: 20px;              /* Space inside the box */
  background-color: #e0faf7;  /* Light background color */
  border: 2px solid #717900;  /* Border around the box */
  border-radius: 8px;         /* Rounded corners */
  width: fit-content;         /* Box width based on content */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow */

}



.project-card {
  display: inline-block;
 
}



.topnav a {
  font-size: 25px; /* Adjust the size as needed */

 /* Optional: removes underline */
}