*
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

img
{
    width: 450px;
}

h1
{
    font-size: 28px;
}

p
{
    font-size: 14px;
}

.whatsapp-button
{
    width: 200px;
}

@media (max-width: 767px) {
  /* Styles for screens 767px wide and smaller (including most mobile devices) */
  img
  {
    width: 100%;
  }

  h1
  {
    font-size: 22px;
  }
  p
  {
    font-size: 12px;
    /* width: 100px; */
  }
}