:root {
    --main-content-margin: 10px;
}

body {
    /* background:#f7efde url("../images/background.png") repeat scroll top center; */
    background-color: rgb(230, 230, 250);
}

table.boderless {
    border: 0;
}

p, h1, h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
}

h1, .title {
    font-family: Alegreya, serif;
    font-weight: bold;
    font-size: 25;
    color: rgb(82, 0, 130);
}

h2, .subtitle {
    font-family: Alegreya, serif;
    color: rgb(82, 0, 130, 0.8);
    font-weight: bold;
    font-size: 16;
    margin-bottom: 5px;
}

p, .content {
    font-family: Alegreya, serif;
    font-size: 16;
    color: rgba(43, 21, 55, 0.8);
}

.list li {
    margin: 20px 0px;
    line-height: 1.5;
}
