.portfolio
	{
		background: white;
		margin-top: 15px;
		padding: 15px;
		color: #0d0d0d;
		font-family: times new roman;
	}

.portfolio > div > p 
	{
		text-align: left;
	}

.portfolio_image 
	{
		background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-position: center top;
		height: 300px;
		border-radius: 20px;
		width: 100%;
		height: 100%;
	}