* {
    box-sizing: border-box;
    margin: 0;
  }

p {
    color: red;
}