.nnn_main
{
  position: relative;
  background: url('../img/bwbcint/bg.png') repeat, linear-gradient(120deg, #e11da9 0%, #b40af8 100%);
  font-family: "TitanOne";
  background-position: center;
  margin-top: 2rem;
  border-radius: 1.5rem;
}

.nnn_edit
{
    box-sizing: border-box;
    background: url('../img/bwbcint/edits/112024.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
    background-position: 15%;
}

#nnn_title
{
  color: #fff;
  font-size: 6rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 1rem #fff;
  text-align: center;
  position: relative;
}

.nnn_subtitle
{
  color: #fff;
  font-size: 3rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5rem #fff;
  text-align: center;
  position: relative;

  margin-bottom: 1.5rem;
}

.nnn_section_desc
{
  padding: 1.5rem;
  margin: 0.75rem 1.5rem 0.75rem 1.5rem;
  background-color: var(--bg_dark);
  border-radius: 1.5rem;

  font-size: 1.5rem;
  color: #000;
  text-align: center;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
}

.nnn_grad
{
  position: absolute;
  background: linear-gradient(0deg, #e11da9 5%, #b40af8 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  
  
  color: transparent;
  -webkit-text-stroke: 0 #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);

  width: 100%;
}

#nnn_prep
{

  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);
  padding: 1rem 1rem 1rem 1rem;
  margin: 2rem auto 2rem auto;

  font-size: 2rem;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
}

.roller
{
  display: grid;
  grid-template-columns: 8rem 4rem;
}

#nnn_choices
{
  display: grid;
  grid-template-columns: 47% 47%;
  justify-content: space-evenly;
  align-content: center;
}

.nnn_dice_header
{
  height: 3rem;
  margin-bottom: 1.25rem;
}

.nnn_dice_title
{
  vertical-align: middle;
  padding-bottom: 1.4rem;
}

.nnn_dice_desc
{
  font-size: 1.1rem;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.2rem #fff;
}

#nnn_modifier_selector
{
  padding: 0.5rem;
  background-color: var(--bg_light);
  border-radius: 1.5rem;
  width: 35%;
  margin: auto;
}

.nnn_choice
{
  padding: 1rem;
  margin-bottom: 0.75rem;
  background-color: var(--bg_dark);
  border-radius: 1.5rem;
}

.nnn_selected
{
  background-color: var(--bg_light);
  border-radius: 1.5rem;
}

#nnn_prep dice
{
  font-size: 3rem;
  margin-right: 1rem;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.6rem #fff;
}

#nnn_porn
{
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);
  padding: 1rem 2rem 2rem 2rem;
  margin: 2rem auto 2rem auto;

  font-size: 2rem;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
}

#nnn_porn_selector
{
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-evenly;
  align-content: center;
}

.nnn_porn_choice
{
  padding: 1rem;
  background-color: var(--bg_light);
  border-radius: 1.5rem;
}

#nnn_porn_list
{
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-evenly;
  align-content: center;
}

#nnn_edges
{
  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);
  padding: 2rem;
  margin: 2rem auto 2rem auto;

  font-size: 2rem;
  text-align: center;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
}

#nnn_edge_selector
{
  padding: 1rem;
  background-color: var(--bg_light);
  border-radius: 1.5rem;
  width: 30%;
  margin: auto;

  font-size: 2rem;
  text-align: center;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;
}

#nnn_footer
{
  display: grid;
  grid-template-columns: 1fr 1fr;

  border: solid 0.6rem;
  border-radius: 1.5rem;
  border-color: #fff;
  background-color: var(--bg_dark);

  font-size: 1.25rem;
  text-align: center;
  color: #000;

  paint-order: stroke fill;
  -webkit-text-stroke: 0.3rem #fff;

  padding: 1.5rem;
}

#nnn_footer a
{
  color: #000;
}

.nnn_footer_left
{
  text-align: left;
}

.nnn_footer_right
{
  text-align: right;
}