* {
    box-sizing: border-box;
}

body {
   padding: 20px;
}

p {
    line-height: 1rem;
} 