.ol-field{
    text-align: left;
}

.li-header{
    font-size: 25px;
}

.ul-articles{
    list-style-type:lower-alpha;
    padding-left:50px;
    text-align: center;
}

.btn-go-back-to-top{
    border: 2px solid #01015e;
    border-radius: 8px;
    background-color:#01015e;
    border-color:#01015e;
    margin-top: 10px;
    box-shadow: none;
    transition: all 0.5s ease;
}

.btn-go-back-to-top:hover{
    color: #01015e;
    background-color: white;
    box-shadow: -1px 6px 5px #01015e;
    transform: translate(0, -10px);
}