/*----------global----------*/

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  background: url(../img/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}
