html, body {
  overflow: hidden;
}
body{
  display: block;
  font-family: 'Inter', sans-serif;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000; 
  width: 100%;
  box-sizing: border-box;
}
a{
  cursor: pointer;
}
#app{
    width: 100%;
    margin: 0;
    overflow: hidden !important;
}
.container{
  padding: 0 !important;
}
[v-cloak] { display: none; }
