body {background-color:rgb(255, 235, 199)}
h1 {color: rgb(60, 36, 4); font-family: Georgia, 'Times New Roman', Times, serif; font-size: 80px;text-shadow: 0 0 10px rgb(255, 220, 170),0 0 20px rgb(230, 170, 90), 0 0 40px rgb(160, 90, 30);}
hr {width: 75%;height: 2px; background-color: rgb(60, 36, 4);} 
p {font-family: Georgia, 'Times New Roman', Times, serif; font-size: 25px; color: rgb(60, 36, 4);}
a{text-decoration: none; background-color: rgb(60, 36, 4); border-radius: 30px;padding-left: 40px; padding-right:40px; padding-top: 20px; padding-bottom: 20px; cursor: pointer; color: wheat;font-size: 35px;margin-right: 30px; transition: 0.3s}
a:hover {transform: scale(1.05); box-shadow: 0px 0px 20px,0px 0px 40px  rgb(33, 18, 10);}
table {width: 80px;}
img {width: 500px;border-radius: 30px; border: 4px solid  rgb(60, 36, 4); margin: 80px 60px 60px 20px;transition: 0.4s;}
img:hover {transform: scale(1.03);}
th {color:  rgb(60, 36, 4); font-size: 65px;}
