body{background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 0%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
margin: 0 auto;
padding:1px;
width:960px;}

h1{color: #FFF;
background: #2E9AFE;
text-align: center;
padding: 5px;
border-radius: 36px 12px;
box-shadow:  -5px -5px 5px  #888;}

ul{list-style-type: none;
margin: 0;
padding: 0;
display: flex;
  flex-direction: row;}

li{flex-grow: 1;}

a{display: block;
padding: 1em;
background: lighgray;
text-align: center;
text-decoration: none;
margin-right: 1px;
color: #FFF;
border-radius: 36px 12px;
box-shadow: -5px -5px 5px #888;}

a:hover{background: #2E9AFE;}

table{width: 50%;
border-collapse: collapse;}

table tr,th, td {padding: 0.3em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333;}

th{background: #E2E2E2; text-align: left;}
td{background: #F0F0F0;}

img{width: 200px;
height: 200px; margin-left: -30px;}


