@charset "UTF-8";

.field{
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
}

.left_content{
	width: 20%;
}

.center_content{
	width: 60%;
}

.right_content{
	width: 20%;
}

.profile_img{
	width: 200px;
	height: auto;
}


#main_content{
	padding-left: 60px;

}

.sentence {
  white-space: pre-wrap;
}

