* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection{
  background-color: #2999514d;
}

body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  position: relative;
  scroll-behavior: smooth;
}

html,body{
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  font-weight: 800;
}
