@import url('//fonts.googleapis.com/css?family=Titillium+Web:300');
* {
	margin: 0;
	padding: 0;
}
html {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #6e6e6e;
}

html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    background-color: #f5f5f5;
    font-size: 1rem;
}

h1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

p {
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

li {
    margin-bottom: 1rem;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.content-wrapper {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.content {
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.page-footer {
    position: absolute;
    width: 35px;
    height: 25px;
    right: 10px;
    bottom: 12px;
}