body {
  margin: 0;
}

header {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: blue;
  text-decoration: none; /* no underline */
}
