body {background-color: black; background-image: url(lacebg.png); height: 100%;}
.title {text-align: center; top: 5%; max-height: 15%; max-width: 100%; left: 25%;  right: 25%;}
.sidebar  {background: linear-gradient(to bottom, black 0%, pink 100%);  position: absolute;  text-align: center;  top: 15%;  left: 5%;  width: 300px;  padding: 10px; }
.box2 {background: linear-gradient(to bottom, black 0%, pink 100%); position: absolute; right: 10%; text-align: center;  width: 60%;padding: 10px;  margin: auto;}
.box3 {background-color: #eb1579; color: white; position: absolute; bottom: 5%; left: 5%; width:300px; padding: 10px; border-left-style: solid; border-bottom-style: solid; border-color: maroon; border-width: 5px;}
h1 {background-color: black; padding-top: 5px;}
h2 {background-color: pink; padding: 5px;}
h3 {background-color: pink;  color: maroon;}
ul {color: white; margin: 5px;}
li {background: #eb1579; padding: 5px;}
table {background-color: #eb1579; text-align: center; width: 100%; color: white;}
th {background-color: #80043e;}
p {background: white; margin: 2px;}
a {color: maroon;}