@import url('https://fonts.googleapis.com/css2?family=Public+Sans&family=Rubik:wght@700&display=swap');

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}
html,body{
  font-family: 'Rubik', 'sans-serif';
  background: #000;
  color: #fff;
  line-height: 1.7;
  overflow-x: hidden ;
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover{
  color:#ccc;
}
ul{
  list-style-type: none;
}
img{
  width: 100%;
}
h3{
  font-size: 26px;
  font-weight: 300;
}
h4{
  color: #00ed82;
  font-size: 20px;
  text-transform: uppercase;
}