
.content{
	/* background-image: url("../images/chalk.jpeg"); */
}

h1 {
	text-align: center;
	color: white;
	margin: 0;
	font-weight: bold;
	padding-top: 10px;
	size: 40px; 
	/* font-size: 4vw; */
	/* margin-top: 5px; */
}

.works {
	/* background-image: url("../images/chalk.jpeg"); */
	/* background-color: black; */
	background-image: linear-gradient(black, rgb(65, 64, 64), black);
	position: sticky;
	top: 0;
	width: 100%;
	/* border-radius: 20px; */
	margin: 0 auto;
}

.works * {
	/* font-family:"MV Boli","Lucida Handwriting"; */
	text-align: center;
}
ul {
	list-style-type: none;
	margin: 0;
}


.header {
	font-size: 150%; 
	/* letter-spacing: 2vw; */
	color: white;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 3%;

}

ol>li {
	/* font-size: 0.8em; */
	margin-right: 5%;
}
#bottom {
	padding-bottom: 5%;
}

* {
	color: white;
}

