* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

