.PastP-Year-Selector-Container {
    display: flex;
    justify-self: center;
}
.PastP-Year-Selector-List {
    margin: 0;
    padding: 0;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    width: 58rem;
    justify-self: center;
    border-bottom: 1rem;
}
.PastP-Year-Selector-Years {
    width: 10rem;
    transition: transform 20ms ease-in;
    background-color: white;
    box-shadow: 1px 2px 7px rgba(56, 21, 21, 0.4);
    border-radius: 0.4rem;
    padding: 0.4rem;
}
.PastP-Year-Selector-Years:hover {
    transform: scale(103%);
    box-shadow: 1px 2px 7px rgba(50, 21, 21, 0.5);

}
.LargerPP {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.15;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    justify-self: center;
    text-align: center;
}
#PastP-Year-Selector-Title {
    font-size: 3rem;
}
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.Paragraph {
    margin-top: 1rem;
    border-bottom: 2px black solid;
    padding-bottom: 0.2rem;
}
section.General-Container h2 {
    text-align: center; 
}
ol li {
    transition: transform 20ms ease-in;
}
ol li:hover {
    transform: scale(101%);
}
li a:hover {
    font-weight: bold;
}
.PastP-Main-Container-Content-Gap {
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 2.5rem;
}
.General-Container {
    box-shadow: 1px 2px 7px rgba(56, 21, 21, 0.4);
}
.Paragraph2 {
    text-align: start;
}