@import url("https://fonts.googleapis.com/css?family=Montserrat");

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  float: left;
}

#section1 {
  height: 1000px;
  background: #010108;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section2 {
  height: 1000px;
  background: #010108;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section3 {
  height: 1000px;
  background: #010108;
  display: inline-block;
  width: 100%;
  text-align: center;
}

#section4 {
  height: 50px;
  background: #010108;
  display: inline-block;
  width: 100%;
}
