@import url('css/home.css');
@import url('css/tutotial.css');
@import url('css/instructors.css');
@import url('css/contact.css');
@import url('css/footer.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #090b0f;
  position: relative;
  color: white;
   max-width: 2535px;
   margin: auto;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}


@media screen and (max-width:768px) {
  body {
    padding-bottom: 50px;
  }
  
}



/* Section Two */

