
.outline-section h2{
	font-size: 40px !important;
}

.outline-section h3{
	font-size: 32px !important;
}

.outline-section h4{
	font-size: 24px !important;
}

.outline-section a,
.outline-section a:hover{
	color: #000 !important;
}

/* ul{
	padding-inline-start: 40px !important;
	margin-bottom: 20px;
} */

.list-decimal li{
	list-style:decimal !important;
}

.list-alpha li{
	list-style:lower-alpha !important;
}

.list-roman li{
	list-style:lower-roman !important;
}

.list-roman li .list-decimal li{
	list-style:decimal !important;
}

.outline-section{
	margin: auto;
	max-width: 1280px;
	width: 90%;
}

#main-gallery h1{
	text-align: center;
}

#main-gallery img{
	width: 200px;
	height: 130px;
	object-fit: cover;
}

div#gallery {
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: 1em;
}

div#gallery a {
    flex: 0 1 9em;
    display: flex;
    text-align: center;
    justify-content: center;
}