*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body{
  width: 100%;
  font-family:'Freesentation';
  font-weight:400;
  cursor: default;
  overflow-x: hidden; 
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}

ul {
  list-style: none;
}

a, a:visited{
  text-decoration: none !important;
}

button {
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
}

@keyframes updown {
  0% {height:0%} 100% {height:100%}
}