html {
  box-sizing: border-box;
  font-size: 1em;
}
*, *:before, *:after {
  box-sizing: inherit;
  font-size: inherit;
}

body {
	overflow: scroll;
    background-color: gray;
}

.center-me-container {
    position: relative;
    width: 100%;
	height: 100%;
    margin-top: 0;  
    margin-left: 0;
}    

.main-header {
    float: left;
    width: 100%;
    background-color: rgb(238,238,238);
}

.sub-header {
    width: 100%;
    background-color: lightgray;
    font-family: helvetica,arial,san-serif;
    font-size: 20px;
    color: #636363;
    float: left;
	outline: medium none;
}

.post-img img {
    float: left;
    clear:left;
    width:250;
    height:250;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-title {
    float:left;   
    margin-left:20px;
    margin-top: 120px;
    color: #636363;
    font-family: helvetica,arial,san-serif;
    font-size: 50px;
    line-height: 1.6em;
	outline: medium none;
}

.portal-wrapper {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.main-footer {
    float: left;
    width: 100%;
    height: 100px;
    background-color: darkgray;
}
.sub-footer {
    font-family: helvetica,arial,san-serif;
    font-size: 15px;
    color: white;
    float: left;
	margin-left: 40%;
	outline: medium none;
}

.center-me-inside {
	float: left;
    width: 100%;
    margin-left: 30%;
    box-sizing: border-box;
}