@import url('../css/fonts.css');
.content p{
    font-family: 'Montserrat',Bold 700;
    color:black;
    font-size: 1.2rem;
    padding: .1rem 1rem 1rem 1rem;
}
.content h2{
    font-family: 'Times New Roman', Times, serif;
    color:red;
    font-size: 1.8rem;
    justify-content: center;
    text-align: center;
}
.content ol{
    font-family: 'Montserrat',Bold 700;
    color:black;
    font-size: 1.2rem;
    padding-left: 4rem;
    justify-content: flex-start;
}
.content li{
    padding-top: 1rem;
}
.content a{
    color: blue;
}
.content a:hover{
    text-decoration: underline;
}
.content h3{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(87, 87, 189);
    font-size: 1.5rem;
    justify-content: center;
    text-align: center;
}
.content p{
    justify-content: flex-start;
}