*{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  li,
  p {
    padding: 0;
    margin: 0;
  }
  
  ul,
  ol,
  li {
    list-style: none;
  }
  
  input,
  button {
    border: 0px;
  }
  input:focus,
  button:focus {
    outline: none;
    box-shadow: none;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }


.home{
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}







