
	#body-index
		{
		flex-direction: column;	
		}	
		
	#body-left
		{
		display: flex;
		width: 80%;
		justify-content: flex-end;	
		align-content: flex-end;
		}

	#body-right
		{
		display: flex;
		
		width: 15%;
		justify-content: flex-start;
		align-content: flex-start;
		border: none;
		}
}


body
{
	font-family: Trebuchet MS;
	color: white;
	background-color: purple;	
}


.link
{
	display: flex;
	
}


img
{
	max-width: 100%;
	max-height: 100%;
	
}

