:root {
  --main-red: #ee2839;
}

#my-html {
  margin: 0 !important;
  padding: 0 !important;
}

* {
  font-family: "Poppins", sans-serif !important;
}

.not-display-phone{
  display: none;
}

@media screen and (min-width:1024px) {
  .not-display-comp{
    display: none;
  }
}