@charset "UTF-8";
main{
    padding: 0px 5%;
	text-align: center;
	
	h1
	{
		@media (min-width: 800px)
		{
			font-size: 1.5rem;
		}
		font-weight: 600;
		margin-bottom: 50px;
	}
	
	h2
	{
		font-size: 1.5rem;
		padding: 15px 15px;
		margin: 20px 0;
		border-left: 5px solid green;
		border-bottom: 1px solid #00000033;
	}
	
	section
	{
		margin: 0px 5% 10px;
		text-align: left;
	}
	
	li
	{
		list-style: none;
		margin-bottom: 20px;
		display:flex;
	}
	
	time
	{
		height: 20px;
		line-height: 20px;
		background-color: #5ac85a;
		margin-right: 30px;
		padding: 0 10px;
		border-radius: 4px;
		color: white;
	}
}
