section{
    position: relative;
    width: 90%;
    left: 0;
    right: 0;
    margin: 4em auto auto;
}
p{
    color: #0b2470;
    font-size: 2em;
}
li{
    list-style-type: square;
    font-size: 1.5em;
    color: #0025cc;
}
p a{
    color: #fafafa;
    font-size: 1.08em;
    font-style: italic;
    text-decoration: underline;
}