body{
    margin: 1px;
    background-color: rgb(0,0,0);
    color: aliceblue;
}
h1 {
    text-align: center;
    color: aliceblue;
    font-family: "Signika Negative", sans-serif;
}
nav{
    position: sticky;
    top: 0;
    background-color: rgb(49, 49, 49);
    padding: 10px;
    text-align: center; 
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px; 
    border-bottom: 4px solid yellow;

}
nav a{
    color: aliceblue;
    text-decoration: none;
    margin: 35px;
} 
#anav{
    color: rgb(207, 207, 177);
    font-weight: bold;
}
h2{
    color: white;
    background-color: rgb(0, 0, 0);
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0%;
}
h4{
    color: aliceblue;
    margin-top: 0%;
    font-family: 'Poppins', sans-serif;
}
p{
    color: aliceblue;
    font-family: 'Poppins', sans-serif;
    margin-right: 2%;
    justify-content: center;
}
p#midy{
    text-align: center;
}
hr{
    background-color: rgb(151, 151, 160);
    height: 1px;
    border: none;
    background: linear-gradient(to right, transparent, #eae7e7, transparent); /* Adjust colors as needed */
    width: calc(100% - 200px); /* Adjust width considering margins */
    margin: 0 auto; /* Center the hr */
}
img{
    float: left;
    height: 340px;
    width: 540px;
}
form{
    text-align: center;
}
textarea{
    background-color: gray;
    border-radius: 5px;
    margin-left: ;
    height: 100px;
    width: 2000px
    color: rgb(75, 51, 7);
}
textarea::placeholder{
    color: rgb(192, 192, 192);
    text-align: center;
}
form input{
    cursor: pointer;
    height: 20px;
    width: 60px;
}
footer{
    background-color: rgb(49, 49, 49);
    color: #fff;
    padding: 4px 0;
    bottom: 0;
    width: 100%;
}
footer p{
    padding-left: 10px;
}

footer p a{
    color: rgb(159, 159, 179);
}
