@import url('../css/fonts.css');
.content p{
    font-family: 'Montserrat',Bold 700;
    color:black;
    font-size: 1.2rem;
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
    justify-content: flex-start;
}
.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 h2{
    font-family: 'Times New Roman', Times, serif;
    color:red;
    font-size: 1.8rem;
    justify-content: center;
    text-align: center;
}
.content a{
    color: rgb(88,88,190);
}