 @font-face {
  font-family: "danielbd";
  src: url("font/danielbd.ttf");
}
/*
@font-face {
  font-family: "HeartBreath";
  src: url("font/HeartBreath.ttf");
}
*/
* {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Astropog";
  src: url("font/Astropog.otf");
}
@font-face {
  font-family: "Mella";
  src: url("font/Mella.ttf");
}
nav ul,nav li{
margin: 0;
padding: 0;
list-style: none ;
}
a{
  text-decoration: none;
}

.vempty,.vpreview-btn,.vsys,.vcount,.vpower,.vcard .vimg{
  display: none !important;
}

img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.cc{
  width: 80px !important;
  height: 15px !important;
  margin: .5rem auto !important;
  background: none !important;
  padding: 0 !important;
  display: block !important;
}