/* ===== GENERAL PAGE STYLING ===== */

body{
    font-family: Arial, sans-serif;
    background-color: #a36d95;
    margin: 20px;
    padding: 20px;

}

/* ===== HEADING ===== */

h1{
    text-align: center;
    color: rgb(0, 139, 132);
    margin-bottom: 30px;
}

/* ===== TABLE STYLING ===== */

table{
    width: 100%;
    border-collapse: collapse;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* ===== TABLE HEADINGS ===== */

th{
    background-color: rgb(192, 159, 27);
    color: rgb(146, 54, 188);
    padding: 10px;
    border: 2px solid rgb(99, 87, 87);
    text-align:center;
}

/* ===== TABLE CELLS ===== */

td{
    border: 2px solid rgb(155, 132, 132);
    padding: 15px;
    vertical-align: top;
    height: 2px;
    line-height: 1.8;
}

/* ===== HOVER EFFECT ===== */

td:hover{
    background-color: #0fb774;
    transition: 0.3s;
    color:aqua
    padding:10px 20 px 10px

}

/* ===== RESPONSIVE DESIGN ===== */

@media screen and (max-width: 768px){

    table{
        font-size: 14px;
    }

    th, td{
        padding: 12px;
    }
}
nav{
    background-color: orange;
    padding: 15px;
}

nav a{
 text-decoration: none;  
 padding-left: 40px;
}

footer{
    text-align: center;
    background-color:  rgb(92, 221, 101) ;
    padding: 20px 40px;
    margin-top: 350px;
    border-radius: 10px;
}
table{
    background-color: aliceblue;
}
table{
    border-collapse:
}
table, th, td {
    border: 1px solid black;
}
form{
    width:300px
}

input,textarea{
    width:100%;
}
nav a:hover{
    color:rgb(0, 255, 255)
}
.home{
    display: flex;
    align-items:center;
    gap:30px

}
.home p img{
    margin: right 20px;
    font: size 20px;
    height:250px
    width:250px
    margin: right 30px;
    border-radius: 50%
    border:20px solid black;
}
homep{
    width:700px
    font: size 20px;
}
