
body {
  background-color: #0f0f0f;
  color: white;
  font-family: Verdana;
}

h1 {
  display: inline-block;
}

p {
  display: inline-block;
}
 
.container {
  display: flex;
  justify-content: space-between;
}

.container.webtop {
  margin: 0;
  padding: 0px;
  background-color: black;
  color: white;
  width: 100%;
  height: auto;
}

.nmyp {
  margin: 0px;
  padding: 10px;
}
.nmyp.tobot {
  margin-top: auto;
}

nav li {
 list-style-type: none;
}

nav ul {
  margin:0px;
  padding: 0px;
}

.les {
  background: linear-gradient(135deg,rgba(255, 136, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 83, 193, 1) 100%);
  background-clip: text;
  color: transparent;
}

.les.enby {
  background: linear-gradient(135deg,rgba(213, 45, 0, 1) 0%, rgba(239, 118, 39, 1) 17%, rgba(255, 154, 86, 1) 33%, rgba(255, 255, 255, 1) 50%, rgba(248, 196, 71, 1) 67%, rgba(184, 87, 207, 1) 83%, rgba(59, 59, 59, 1) 100%);
  background-clip: text;
  color: transparent;
  /* .les.enby is a Text Gradient class. For a background, use .les.enby.box */
}

.les.enbox {
  background: linear-gradient(135deg,rgba(213, 45, 0, 1) 0%, rgba(239, 118, 39, 1) 17%, rgba(255, 154, 86, 1) 33%, rgba(255, 255, 255, 1) 50%, rgba(248, 196, 71, 1) 67%, rgba(184, 87, 207, 1) 83%, rgba(59, 59, 59, 1) 100%);
  color: black;
  /* .les.enbox is a Background Gradient class. For a text gradient, use .les.enby */
}

.enby {
  background-clip: text;
  color: transparent;
}

.trans {
  background: linear-gradient(135deg,rgba(83, 229, 237, 1) 0%, rgba(252, 149, 223, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(252, 149, 223, 1) 75%, rgba(83, 229, 237, 1) 100%);
  background-clip: text;
  color: transparent;
}
