this makes the hover effect similar to the one in the sidebar
<title>LibrePlanet — VIP Area</title>
<style>
-.area-link { margin: 6px auto; max-width: 500px; border-radius: 10px; border-width: 0px; text-align: center; }
+.area-link { margin: 6px auto; max-width: 500px; border-radius: 10px; border-width: 0px; text-align: center; transition: ease background-color 0.1s; }
+.area-link:hover { background-color: #dadada; }
.area-link a { display: inline-block; width: 100%; height: 100%; padding: 10px; text-decoration: none; border: none; color: black; }
.area-link { background: #602217; border-color: #602217; }
.area-link a { color: white; }