/* Created by David Allen the Second */
.pr {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color:#212529;
} 
.pb{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color:#212529;
}
.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    color:#212529;
}
.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
    color:#212529;
}
.contentBorder{
    border: 3px;
    border-color: #212529;
    border-style: solid;
    border-radius: 25px;
}
.links p{
    font-size: 1.2rem;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.navFont{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.cc{
    background-color: #212529;
    color:green;
    border-radius: 25px;
}

@media (max-width: 576px) { 
    .links p{
        font-size: 1rem;
    }
    .poppins-bold {
        font-family: "Poppins", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.8rem;
        color:#212529;
    }

 }
