Эм
/*1em = 16*/
/*Best solution*/
body
/*THis will set the body font to default size which is commonly 16px*/
{
font-size: 100%
}
/*Now you adjust element font-size according to the body*/
p
{
font-size: .8em
}
PYTHON_NOT_SNAKE.py