body{
    background: linear-gradiente (to bottom,
    rgba(245,246,246,1) 0%,
    rgba(219,220,226,1) 21%,
    rgba(184,186,198,1) 49%,
    rgba(221,223,227,1) 80%,
    rgba(245,246,246,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: lightgray;
    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 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;
}