/* Center aligns text within the element */
.textcentr {
    text-align-all: center;
    text-align: center;
    justify-content: center;
}

.h2{
    font-weight: bold;
}

ul {
    text-align: center;
}
li {
    text-align: center;
    list-style-position: inside;
}

.container{
    margin-left: 5%;
    margin-right: 5%;
}
