body {	
	background-color: black;
	color: white;
	font-family: arial;
	font-size: 20pt;
	background-image: url("background.png")
}
body#b2 {
	background-image: url("background2.png")
}
body#b3 {
	background-image: url("background3.png")
}
body#b4 {
	background-image: url("background4.png")
}
body#b5 {
	background-image: url("background5.png")
}

p {
	text-align: center;
	font-size: 20pt;
}
p#bold {
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	font-weight:600;
}
p#heading_large {
	font-size: 40pt;
	font-style: italic;
	font-weight: bold;
	text-align: center
} 
.article {
	text-align: left;
	font-size: 20pt;
	margin-left: 1vw;
}


span#heading {
	font-size: 34pt;
	font-weight: bold
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	min-width: 44%;
	border: 3px solid #ddd;
	border-radius: 4px;
	padding: 3px;
} 

.image-container {
    display: flex;
    justify-content: center;
    gap: 1vw;             
    flex-wrap: wrap;        
}
.image-link img {
	width: 225px;
	object-fit: cover;
}
.image-link {
    display: inline-block;
}


/* table#awards {
	background-color: black;
	border: 3px solid #777700;
	border-radius: 10px;
	background-color:#333300
} */