h2{
    text-decoration: underline;
}
table{
    border-spacing: 7px;
}
th{
    text-align: left;
    font-weight: lighter;
}
.text{
    margin-left: 2cm;
    margin-right: 2cm;
}
body{
    margin-left: 15cm;
    margin-right: 15cm;
    border: 1px solid;
    padding: 1cm;
    background-color: white;
}
html{
    background-color: gray;
}