body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
.orange-color {
  color: orange;
}

.flexible-container {
  display: flex;
  margin-bottom: 100px;
}
.half-width {
  width: 50%;
  padding-left: 2%;
}
.half-width img {
  width: 55%;
}
.link-button {
  text-decoration: none;
  background-image: linear-gradient(orange, tomato);
  color: white;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 5px;
}
.jng {
  margin-left: 45%;
}
.top-banner {
  background-image: url(images/top-banner.png);
  background-repeat: no-repeat;
}
.history-rule {
  background-image: url(images/Rule.png);
  background-repeat: no-repeat;
  background-position: right;
}
.death-tomb {
  background-image: url(images/exp-bg.png);
  background-repeat: no-repeat;
  background-position: left;
}
.tomb-tomb {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 40px grey;
}
#d-t {
  border-left: 7px solid;
  border-image: linear-gradient(green, tomato);
  border-image-slice: 1;
}
#d-t {
  border-left: 7px solid;
  border-image: linear-gradient, (green, tomato);
  border-image-slice: 1;
}
footer p {
  text-align: center;
}
