h1{
    font-family: Arial, Helvetica, serif;
    background-color: cornflowerblue;
    text-align: center;
}
h2{
    font-family: 'Courier New', Courier, monospace;
    background-color: cadetblue;
    text-align: center;
    font-size: 30px;
}

.center{
    margin: auto auto;
    padding: 2px;
    line-height: 1.4;
    word-spacing: 0.3em;
    font-size: 20px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 5px;
    border-color: black;
    margin-top: 100px;
}
thead{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: blue;
    text-align: left;
    color: azure;
}

.design{
    background-color: rgb(195, 133, 213);
    
}

.table{
    font-family: monospace;
    font-weight: bold;
    padding-right: 20px;
}

td{
    padding-left: 10px;
}

body{
    background-color: rgb(235, 212, 177);
}