*{
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
}

p{
  margin-top: 0;
  margin-bottom: 24px;
}

p:last-child{
  margin-bottom: 0;
}
