

            * {
                font-family: 'Open Sans';
                font-style: normal;
                font-size: 13px;
            }
            .light { 
                font-weight: 300;
            }
            .regular { 
                font-weight: 400;
            }
            .medium{
                font-weight: 500;
            }
            .semibold { 
                font-weight: 600;
            }
            .bold{
                font-weight: 700;
            }
            .extrabold{
                font-weight: 800;
            }

.ul-top{
    list-style-type: none;
}

.back-pie{
    background-color:rgb(230, 230, 230);
}