body{margin:0}main{margin:.5rem}nav ul{display:flex;font-size:large;justify-content:space-evenly;box-shadow:inset 0 0 20px 2px skyblue;list-style-type:none;margin:0}nav ul li{padding:.5em}nav ul li.flex-login{display:flex;align-items:center}nav ul .active{background-color:ActiveText;text-shadow:0 0 6px #000}nav ul .active a{color:#fff}table{table-layout:fixed;min-width:100%;border-collapse:collapse;overflow:hidden}table thead{background-color:#00008b;color:#fff;text-align:center}table thead tr :nth-child(odd){background-color:#0000cd}table tfoot{background-color:#4169e1}table input{width:100%;box-sizing:border-box}table img{display:block;margin:auto}table .icon{height:2em}table tbody tr:nth-of-type(2n){background-color:#d3d3d3}table tbody tr :nth-child(2n){background-color:rgba(0,0,0,.02)}table tbody tr:hover{background-color:gold}table tbody td:hover img{transform:scale(5)}