html { color-scheme: light dark; }

body { width: 65em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; 
background-color: #222222;
color: #a09f9f;
}
.glass{
  backdrop-filter: blur(10px);
}
.h2{
  background: linear-gradient(#000000, #F56929);
  background-clip: text;
  color: transparent;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 2px; 
  }
  a:link {
  color: #F56929;
  background-color: transparent;
  text-decoration: none;
  }

a:visited {
  color: #F56929;
  background-color: transparent;
  text-decoration: none;
  }

  li {
  display: inline;
  }
p {

}

table, th, td {
  border: 0px solid;
  text-align: left;
}
.btn-group .button {
  background-color: #000000;
  border: 1px solid #1e1e1e;
  padding: 9px px;
  color:#F56929;
  text-align: center;
  font-display: block;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: center;
  border-radius: 6px;
  margin: 1px;
  padding: 10px;
  width: 80px;
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #660000
}

div {
    border: 0px solid rgb(0, 0, 0);
    padding: 8px;
    align: left;
    border-radius: 25px;
    text-align: ;
    }

.rcm {
    border: 1px solid #343434;
    border-width: 1%;
    padding: 0px;
    align: center;
    width: 65%;
    background-color: #1e1e1e;
}
.rcp {
    border: 1px solid #343434;
    border-width: 1%;
    padding: 0px;
    align: center;
    width: 60%;
    background-color: #1e1e1e;
}
#parent {
  display: flex;
}
  #narrow {
  background-image: url("");
  background-repeat: no-repeat;
  background-position-x: center; 
  border: 1px solid #000000;
  margin: 10px;
  width: 530px;

  /* Just so it's visible */
}

  #wide {
  flex: 1;
  border: 1px solid #000000;
    margin: 10px;
    width: 200px;
  /* Grow to rest of container */
  background: #f6c203;
  /* Just so it's visible */
}   

#parentpod {
  display: flex;
}
  #narrows {
  border: 1px solid #000000;
  margin: 10px;
  width: 465px;
  background: ;
  /* Just so it's visible */
}
  #wides {
  flex: 1;
  border: 1px solid #000000;
    margin: 10px;
    width: 220px;
  /* Grow to rest of container */
  background: 
  /* Just so it's visible */
}   
.wrapper{
  display: flex;
  gap: 20px;
  width: 60em;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.card{
  scroll-snap-align: center;
  box-sizing: border-box;
  padding: 20px 30px;
  flex-shrink: 0;
  width: 60em;
  background-color: #333333;
  border-radius: 14px;
  text-align: center;
}

