.header
{
 height: 60px;
 width: 1550px;
 background-color: black;
 
}
*{
    margin: 0px;
}
.hello{
    color: bisque;
    padding-left: 33%;
    padding-top: 17px;
    font-size: larger;
    display: inline-block;
    
}
a{
    color: antiquewhite;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}
a:hover{
    color: aquamarine;
}
.heading{
    color: rgb(223, 217, 217);
    padding-left: 42%;
    padding-top: 10px;
    
}

.content{
    color: black;
    text-align: justify;
    height: 300px;
    width: 1300px;
    font-size: 40px;
    padding-left: 45px;

}
.image1{
    border: 5px solid #ddd;
    border-radius: 10px; /* Makes the edges rounded */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    width: 500px;
    margin-left: 33%;
}
.image1:hover{
    transform: scale(1.1); /* Zoom effect */
  filter: brightness(1.2); /* Brighten the image */
  transition: 0.3s ease-in-out; /* Smooth transition */
}

.paracontent{
    background: linear-gradient(45deg, #000000, #969190);
  padding: 20px;
  border-radius: 10px;
  color: #333;
  font-size: 35px;
}
.homeBackground
{
    background-color: #969190;

}
.td{
    font-size: 30px;
}
td{
    border-radius: 20px;
}
button{
   background-color: aliceblue;
   color: #000000;
   width: 80px;
   height: 40px;
   font-size: 15px;
   border-radius: 20px;
   border-color: rgb(186, 158, 122);
   border-width: 5px;
   border-style:outset;
   
}
button:hover{
    background-color: rgb(217, 210, 201);
}
textarea{
    border-radius: 5px;
}
.image2{
    border: 5px solid #ddd;
    border-radius: 10px; /* Makes the edges rounded */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    width: 250px;
    margin-left: 15%;
    margin-top: 30px;
}
.image2:hover{
    transform: scale(1.1); /* Zoom effect */
  filter: brightness(1.2); /* Brighten the image */
  transition: 0.3s ease-in-out; /* Smooth transition */
}
li{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
span{
    width: 50px;height: 50px;
}

h1{
    color: rgb(110, 28, 28);
}