/***
 * This file contains all the positioning setup of your web page.
 * This includes CSS Reset or other basic configurations that will never need to be changed for your website.
 **/

/*

example

.center-alignment{
    text-align: center;
}

.justify-alignment{
    text-align: justify;
}
.left-alignment{
    text-align: left;
}

.center-margin{
    margin-left: auto;
    margin-right: auto;
}

.pull-right{
    float: right;
}

.pull-left{
    float: left;
}
*/
