text p {
    font-size: 1rem;
}


H2 {
    font-size: 2rem;
}

H3 {
    font-size: 1.5rem;
}


body {
    background-color: white;
    color: black;
}