﻿html, body {
    margin: 0;
    padding: 0;
}

.PageWrapper {
    width: 1618px;
    display: flex;
    flex-direction: column; /* stack content vertically */
    justify-content: center; /* vertical center */
    align-items: center; /* horizontal center */
    text-align: center; /* center text */
}

.ParagraphS {
    text-indent: 50px;
    text-align: left;
}

.Section4 {
    font-size: 30px;
}

.Link {

}

.Table1 {
    width: 1350px;
    table-layout: fixed;
}

.Table2 {
    width: 900px;
}