body{
    background-color: rgba( 100, 0, 70, 0.2 );
    border-width: 6px;
    border-color: rgb( 100, 0, 70 );
    border-style: dotted;
}
title{
    font-size: 60px
}
table{
    text-align: center;
    border-width: 2px;
    border-color: rgb( 100, 0, 70 );
    border-style: dashed;
table, th, td {
            border: 1px solid black;
            border-collapse: collapse; 
        }
        th, td {
            padding: 8px;
            text-align: left;
        }
}
p{
    text-align: center;
    border-width: 3px;
    border-color: rgb( 100, 0, 70 );
    border-style: dashed;
}