body {
  background: no-repeat url("https://i.imgur.com/6oGlaIA.jpeg");
  background-size: 100vw;
  background-position: center;
  background-attachment: fixed;
  color: black;
  font-family: Verdana;
  display: grid;
  grid-template-columns: 1fr 1000px 1fr;
  grid-template-rows: 120px 100%;
  gap: 10px;
}

.bannerpromo_nym {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background-image: linear-gradient(180deg, lightgrey, white);
  outline: 1px solid SlateGray;
  border: 1px solid white;
} .bannerpromotop_nym {
  width: 900px;
  height: 80px;
  background: white;
  border: 1px solid SlateGray;
  outline: 1px solid white;
  margin: 13px auto auto auto;
  padding: 5px;
}

main {
  background: white;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  outline: 1px solid LightGray;
  box-shadow: 0 0 3px 1px LightGray;
  display: grid;
  grid-template-columns: 270px 520px 200px;
  grid-template-rows: auto 120px;
  gap: 5px;
}

.linkbar_nym {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.decotoplinkbar_nym {
  font: 12px "Arial", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  border-radius: 0 100px 0px 0;
  outline: 1px solid SlateGray;
  border: 1px solid white;
  height: 100px;
  background-image: linear-gradient(180deg, lightgrey, white);
  color: DarkSlateGray;
  margin: 10px 0 10px 0;}
.decotbotlinkbar_nym {
  width: 100%;
  border-radius: 0 0 40px 0;
  outline: 1px solid SlateGray;
  border: 1px solid white;
  height: 40px;
  background-image: linear-gradient(180deg, white, lightgrey);
  margin: 10px 0 0 0;
}
.textdtl_nym {
  font: 40px "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 40px 40px;
  color: white;
  text-shadow: 1px 1px 0px SlateGray,
              -1px 1px 0px SlateGray,
              1px -1px 0px SlateGray,
              -1px -1px 0px SlateGray,
              2px 2px 0px white,
              -2px 2px 0px white,
              2px -2px 0px white,
              -2px -2px 0px white;
}

button {
  font: 12px "Pixelify Sans", sans-serif;
  letter-spacing: 0.5px;
  width: 95%;
  border-radius: 0 0px 0px 0;
  outline: 1px solid SlateGray;
  border: 1px solid white;
  height: 25px;
  background-color: transparent;
  background-image: linear-gradient(180deg, lightgrey, white);
  color: DarkSlateGray;
  margin: 1px 0 0 0;
  text-align: right;
} button:active {
  background-image: linear-gradient(180deg, CornflowerBlue, white);
}

.content_nym {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.title_nym {
  width: 100%;
  height: 250px;
  text-align: right;
  padding: 30px 0 0 ;
}

h1 {
  font: 90px "Arial", sans-serif;
  font-weight: 900;
  letter-spacing: -5px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  color: SlateGray;
}
h2 {
  font: 25px "verdana", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  color: Silver;
  margin: -20px 0 0 0;
}

.referee_nym {
  grid-column: 3 / end;
  grid-row: 2 / 3;
}








