
*{
    font-family: 'Poppins', sans-serif; /*change it to manrope*/
}
.page{
    margin: 8rem auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

h2{
    font-size: 2rem;
}
p{  
    font-weight: 400;
    font-size: 1rem;
    color:#000;
    opacity: 0.41;
}