*{
    padding: 2px;
    margin: 2px;
    background-color: #121212;
background-image: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
    color: white;
}
.name{
font-style:italic;
font-size: 50px;
padding: 30px;

}
ul{
    text-align: right;
    list-style: none;
    text-decoration: none;
    font-size: 25px;
    display: flex;
    }
li{
    padding: 5px;
    margin: 5px;
  text-decoration:none;
 color: azure;
  
}

li:hover{
 border: 1px solid;
}
 li a{
    color: black;
    text-decoration: none;
}
img{
    
    border-radius: 520px;
    filter: drop-shadow(100%);
    
}
.r{
    text-align: right;
    border-radius: 0%;
}
.myintro{
  text-align: left;
  font-size: 20px;
  border: 3px solid purple;
  border-radius: 10px;
  width: 700px;
  text-align: center;
  padding: 20px;
 margin: 20px;


}

.p{
    font-size: 50px;
    text-align: left;
   
}
.q{
    font-size: 50px;
    text-align: right;
}
.r{
    border-radius: 1120px;
    filter: drop-shadow(100%);
    text-align: right;
    
}
.Hobb{
    text-align: right;
  font-size: 20px;
  border: 3px solid purple;
  border-radius: 10px;
  width: 700px;
  text-align: center;
  padding: 20px;
 margin: 20px;
 float: right;
}

.details{
    font-size: 25px;
    
}
.details a{
    text-decoration: none;
}
/* Footer Styling */
#footer {
    
    color: white; /* White text */
    text-align: center;
    padding: 15px 0;
    width: 100%;
    position: relative;
    bottom: 0;
    font-size: 16px;
}

/* Optional: Make Footer Stick to the Bottom */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#footer p {
    margin: 0;
    font-weight: bold;
}

/* Responsive Footer */
@media (max-width: 600px) {
    #footer {
        font-size: 14px;
        padding: 10px 0;
    }
}
#codinglinks a{
    text-decoration: none;
    font-weight: bold;
}
.add a.active{
   
    color: purple;
}
#about a.active{
    color: purple;
}
.achieve p{
    font-size: 25px;
}
#proj a{
    text-decoration: none;
     font-size: 25px;
     
}
.add a{ 
    color:white;
}


