/* 
[id]::before {
  content: "";
  display: block;
  height: 52px;
  margin-top: -52px;
  visibility: hidden;
}
*/


html, body {
     background-color: #F0EDE5;  нежно-розовый, можно заменить 
} 


::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
