body{

font-family:Arial;

background:#f5f5f5;

margin:0;

color:#444;

}

.hero{

height:100vh;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

background:#ECEAE7;

}

.btn{

padding:12px 30px;

background:#7D8C72;

color:white;

text-decoration:none;

border-radius:8px;

}

table{

width:90%;

margin:auto;

background:white;

border-collapse:collapse;

}

th,td{

padding:15px;

border-bottom:1px solid #ddd;

}

img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

}