@import url('../css/fonts.css');
.content ol{
    font-family: 'Montserrat',Bold 700;
    color:black;
    font-size: 1.5rem;
    padding-left: 4rem;
    justify-content: flex-start;
    font-weight: bold;
}
.content a{
    font-weight: bold;
}
.content li{
    padding-top: 1rem;
    font-weight: bold;
}