/* Copyright © SCRBOT. All Rights Reserved. */ 

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sanse', sans-serif;
  margin: 0;
}

section {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

h1 {
  font-size: 6em;
  font-weight: normal;
  margin: 0;
  color: #fff;
  text-align: center;
}

#home {
  background-color: #263238;
  background-image: url("bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

