body{font-family: sans-serif;;display:block; width:100%; margin:0;background-image:url("AdobeStock_12669761.jpeg"); background-repeat:no-repeat; background-size: auto;}
header{text-align:center;background-color:#fff;margin:60px;border-radius: 20px;box-shadow: 1px 1px 8px #bbb3b3;}
header img{width:240px;border-radius: 20px;box-shadow: 1px 1px 8px #bbb3b3;margin: 20px;margin-top:60px}

h1{color:#504c4c;}
h2{color:#8d8484;}
ul{margin-top:60px}
li{list-style: none;font-size: 0.9em;line-height: 2;}
img.none{box-shadow:none;width:120px}
table{margin: auto;width: 100%;}
button{font-size: xxx-large;
    width: 80%;
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 60px;}
footer{position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    right: 0;
    padding: 20px;
    font-size: 1.5em;}
a{text-decoration:none;color:#fff;}
a:hover{color:#eee}