body{
    background:#F5F1DF;
    color:#100038;
    text-align:center;
}
main{
    display:flex;
    text-align:center;
    justify-content:space-around;
}
.class{
    border: 3px dashed #100038;
    width:25%;
}
.works{
    list-style-type:none;
}