* {
      margin: 0px;
      padding: 0px;
      box-sizing: border-box;
      scroll-behavior: smooth;
}


body,
html {
      scroll-behavior: smooth;
}

body {
      font-size: 16px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;

}


h1,
h2,
h3,
h4,
h5,
h6 {
      padding: 0;
      margin: 0;
      font-family: "Raleway", sans-serif;
}

/* common-font-sizes */
h1 {
      font-size: 80px;
      font-weight: 700;
      line-height: 85px;
      letter-spacing: 3px;
}

h2 {
      font-size: 44px;
      line-height: 46px;
      font-weight: 700;
}


p {
      padding: 0;
      margin: 0;
}

p,
.p {
      font-size: 16px;
      line-height: 26px;
}

a,
a:hover {
      text-decoration: none;
      color: inherit;
}

ol,
ul,
li {
      padding: 0;
      margin: 0;
      list-style-type: none;
      text-decoration: none;
}