body{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background:aliceblue;
    margin:0px;
}
header{
    width: 100%;
    background: antiquewhite;
}
#header-holder{
    width:80%;
    margin:0px auto;
    max-width:768px;
}
#main{
    width:85%;
    margin:0px auto;
    max-width:768px;
    min-height: 100%;
    background: white;
    padding:20px;
    border-radius: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-weight: 400;
    margin: 6px 0 6px 0;
} 
p{
    font-size:x-large;
    font-family: sans-serif;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2px;
    border-color: gray;
    white-space: normal;
    font-variant: normal;
    font-family: sans-serif;
}
table td {
    border: 1px solid #ededed;
    padding: 2px 8px;
}
ul{
    padding-inline:5px;
    margin-top:20px;
    font-size:large;
    font-family: sans-serif;
}
li{
    margin-top:20px;
}
a{
    text-decoration: none;
}

