body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: #2f0410;
    color: #eee;
}
html,body { height:100%; }

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #250000;
}
::-webkit-scrollbar-thumb {
  background: #511522;
}
::-webkit-scrollbar-thumb:hover {
  background: #4c101e;
}
::-webkit-scrollbar-thumb:active {
  background: #511522;
}
a {
  color: inherit;
  text-decoration: none;
}
.a, .a:visited {
  color: #ffd299;
  text-decoration: none;
}
.a:hover, .a:focus, .a:active {
  color: #ffd299;
  text-decoration: underline;
}
::selection, ::-moz-selection {
  background: cyan !Important;
  color: white;
}
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    overflow: hidden;
    background-color: #420516;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    filter: drop-shadow(0px 0px 3px #0d0d0d);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media screen and (max-width: 721px) {
    .navbar,
    .navbar-li {
        position: relative;
    }
}
.navbar-li {
    float: left;
}

.navbar-li-a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Lato;
}

.navbar-li-a:hover:not(.active) {
    color: #ea7b9c;
}

.navbar-img {
    float: right;
    height: 46px;
}
.info {
  margin: auto;
  width: 80%;
  background: #420516;
  padding: 10px;
  min-height: 100%;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 3px #0d0d0d);
  padding-top: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.4rem
}
.button {
    background: #ea7b9c;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #ea7b9c;
    font-size: 1.4rem;
    color: #420516;
    border-radius: 1rem;
    filter: drop-shadow(2px 1px 1px #000);
}
.button:hover {
    background-color: #e7658c;
    border-color: #e7658c
}
.button:active {
    background: #e7658c;
    border-color: #f8d3de;
}
.listing {
    background: transparent;
    border-bottom: 1px solid #5f0720;
    padding-bottom: 15px;
    margin-bottom: 5px;
    min-height: 10rem;
    position: relative;
    overflow: auto;
}
p {
    line-height: .5rem;
}
.listing-title {
    color: #ea7b9c;
    font-weight: bold;
    font-size: 2rem;
}
.listing-description {
    color: #eee;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-left: 1.2rem
    overflow: auto;
    word-wrap: break-word;
}
.listing-preview {
    max-width: 10.5rem;
    height: 7.7rem;
    max-height: 7.7rem;
    margin-right: 1.5rem;
    filter: drop-shadow(1px 2px 2px #000);
    float: left;
}
.divbtnlist {
    float: right;
    overflow: auto;
}
.button-listing {
  cursor: pointer;
  position: absolute;
  right:    1rem;
  bottom:   1rem;
  overflow: auto;
  clear: both;
}
.bottombar {
  background-color: #420516;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  filter: drop-shadow(0px 0px 3px #0d0d0d);
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.spacer {
  width: .1rem;
  height: 7.7rem;
  background: transparent;
}
.code {
    background: #5f0720;
    padding-top: .0015rem;
    border: 1px solid #8e0b30;
    border-left: 5px solid #8e0b30;
    padding-left: 1rem;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.code pre {
    font-size: 1.1rem;
}
pre {
    font-family: 'Ubuntu Mono';
}
.code2 {
    background: #8e0b30;
    border-radius: 15px;
}
.code-button {
    background: transparent;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid transparent;
    font-size: 1.2rem;
    color: #e7658c;
    border-radius: .68rem;
    cursor: pointer;
}
.code-button:active {
    border-color: #f8d3de;
}
.simplecode {
    background: #8e0b30;
    padding: 2px;
    border-radius: 10px;
    font-family: 'Ubuntu Mono';
}
.header1 {
    color: #e7658c;
    font-size: 2rem !important;
    word-wrap: break-word
}
.listing-title {
    line-height: 2rem;
    word-wrap: break-word
}
td {
    font-size: 1.2rem;
    border: 0px solid #8e0b30;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
table {
    border-collapse: collapse;
}
table {
    border-radius: 500px;
}
tr {
    background: #71001c;
}
tr:nth-child(6n+2),
tr:nth-child(6n+4),
tr:nth-child(6n+6),
tr:nth-child(6n+8) {
    background: #660014;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
table tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

table tr:first-child td:last-child {
    border-top-right-radius: 15px;
}
