.aboutme p{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #1d1c1c;
    font-weight: bold;
    padding-top: 20px;
	padding-bottom: 20px;
	
}

.aboutme {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #b103fc;
    font-weight: bold;
    padding-top: 20px;
}

.title {
    width: 100%;
    float: left;
    font-size: 20px;
    color: blue;
    font-weight: bold;
   
}

.under {
    width: 100%;
    float: left;
    font-size: 30px;
    color: red;
    font-weight: bold;
	padding-top: 20px;
}

.bg p{
	font-weight: 400;
	text-align: justify;
    text-justify: inter-word;
}