
main{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    max-width: 1200px
    
}
main h2{
    font-size: 3em;
    text-align: center;
    margin-bottom: 1em;
    padding: .6em;
    background-color: aliceblue;
    width: 10eml
}

div.split{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.quarter{
    background-color: aliceblue;
    padding:1em;
    margin: 1em;
    width:20%;
        
}

.quarter h3{
    text-align: center;
}

.quarter ul{
    padding: 1em;
    
}

.quarter li{
    padding: .2em;
    list-style:disc;
}