*{
    box-sizing: border-box;
}
body{
    background-color: rgb(156, 199, 199);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
}
h1{
    text-align: center;
}
h2{
    text-indent: 17px;
}
a{
    text-decoration: underline;
    color: rgb(36, 113, 113);
    font-size: larger;
}
table{
    width: 1890px;
    background-color: rgba(158, 172, 255, 0.87);
}
td{
    text-indent: 20px;
}
.fixed{
    margin: 0 auto;
    width: 1880px;
    height: 30px;
    text-align: center;
    background-color: rgb(198, 127, 255);
    position: fixed;
    bottom: 0;
}
.sticky{
    position: sticky;
}
th{
    position: sticky;
    width: 1000px;
    top: 0;
    background-color: rgb(198, 127, 255);
}
