img {
	width: 150px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.username {
	font-weight: bold;
    padding-top: 50px;
}
.contact{
	margin-top: 10px;
}

div {
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

body{
	background-color: rgb(223,206,190);
} 