ٌٌ* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  text-decoration: none;
}

body {
  background: linear-gradient(135deg, rgb(218, 218, 218), ghostwhite, rgb(218, 218, 218));
  line-height: 1.6;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
}