* {
   margin: 0px;
   padding: 0px;
   background-color: transparent;
   width: 100%;
   height: auto;
   box-sizing: border-box;
   line-height: 1.2;
   letter-spacing: 1.05;
   font-family: 'Ubuntu', sans-serif;
   scroll-behavior: smooth;
}

a {
   color: black;
   text-decoration: none;
}