ul {
	color: var(--liver);
	margin-top: 0; 
    margin-left: 10px; 
	padding: 5px; 
	font-size: 20px; 
    font-family: "Playfair Display", sans-serif;
}
li{
	color: var(--liver);
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 20px;
	margin-bottom: 10px;
    font-weight: bolder; /* Make text bold */
    font-size: 16px;
} 
dl{
    font-weight: normal; 
    font-size: 15px;
    padding: 0.04px;
    line-height: 1;
    margin-top: 2px;
    color: var(--liver);
	
}
ol {
	margin-top: 4px;
	margin-bottom: 3px; 
}
.smaller-text{
    font-size: 14px;
    font-weight: normal;
    color: var(--auburn);
    margin-top: 0;
	margin-bottom: 0; 
}
#week-selection-box {
    margin: 6px 50px;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--liver);
    border-radius: 5px;
}
#week-selection-box h2 {
    font-family: "Playfair Display", serif;
    color: var(--liver);
}
#week-selection-box select {
    background-color: var(--liver);
    color: var(--seashell);
    border-radius: 5%;
    text-align: center;
    font-weight: 500;
    padding: 10px;
}
