html {
    padding: 1rem;
}

#mainTitle{
    margin: 2rem 0;
    text-align: center;
}

#section{
    margin: 2rem 0;
    line-height: 1.3;
}

#section .title{
    margin-bottom: 0.5rem;
}

#section .content{
    white-space: pre-wrap;
}

li{
    padding: 0.5rem 0;
}

table{
    text-align: center;
    border-collapse: collapse;
    margin: 1rem 0;
    width: 100%;
}

table th, table td{
    border: 1px solid black;
    padding: 0.25rem;
}