body {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#5C5C5C),
      to(#5E0000)
    )
    fixed;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #2331b5;
}
::-webkit-scrollbar-thumb {
  background-color: #f6f6f6;
}
::selection {
  background: #2331b5;
  color: #f6f6f6;
}
.TDW_banner {
  text-align: center;
}
.TDW_banner img {
  width: 100%;
}
.TDW_navbar {
  position: absolute;
  top: calc(50% - 70px);
  right: 60px;
  font: 15px Times New roman;
  font-weight: bold;
  text-transform: lowercase;
  color: #212121;
}
.TDW_entete {
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
  width: 50%;
}
.TDW_entete h1 {
  text-align: center;
}
.TDW_entete h1 a {
  font: 6vw Times New Roman;
  font-weight: bold;
  letter-spacing: -6px;
  color: #AD1515;
}
.TDW_entete h1:after {
  content: "Bring out the gimp.";
  position: absolute;
  background: #ede0d4;
  padding: 2px;
  font-size: 0.45vw;
  font-weight: initial;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 8% 0px 0px -63%;
  width: 312px;
  color: #212121;
}
.TDW_context {
  background: #212121;
  color: #ccc;
  padding: 20px;
  border-radius: 15px;
  height: 150px;
  overflow: auto;
  font: 12px Times New Roman;
  text-align: justify;
  margin-top: -4%;
}
.TDW_link_entete {
  text-align: center;
  padding-top: 1%;
}
.TDW_link_entete a {
  padding: 5px;
  border-radius: 15px;
  background: -webkit-linear-gradient(#5C5C5C, #5E0000);
  display: inline-block;
  box-shadow: 1px 4px 5px grey;
  margin: 5px;
  color: #000000;
  text-transform: uppercase;
  font: 0.7vw Arial;
  font-weight: bold;
  letter-spacing: -1px;
}