html
{
    background-color:rgba(249,250,248);
    zoom: 0.9;
    font-family: "Georgia", Times, serif;    
    font-size: 12;
}

.icon
{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.pfp 
{
    border-radius: 50%;
    object-fit: cover;
    width: 150px;
    height: 150px;
    /* transform: scaleX(-1) */
}

.left
{
    background-color:rgba(230,237,229);
	text-align: center;
	height:100%;
	min-width:300px;
    max-width:300px;
    width:30%;
	position:fixed;
    padding: 120px 30px 30px;
}


.right
{
	float:right;
    text-align: left;
	height:100%;
    margin-top: 2.5%;
    margin-left: 400px;
    margin-right: 2.5%;
    margin-bottom: 15%;
	position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

.column 
{
    line-height: 0.9;
    float: left;
    width: 50%;
}

