div {
    border: 0px solid rgb(255, 255, 255);
    padding: 8px;
    align: left;
    border-radius: 25px;
    text-align: ;
    }
.bor {
    border: 1px solid rgb(255, 255, 255);
    border-width: 1%;
    padding: 8px;
    align: left;
    border-radius: 25px;
    text-align: ;
    }

.rcm {
    border: 1px solid rgb(255, 255, 255);
    border-width: 1%;
    padding: 1px;
    align: center;
    width: 50%;
    
}
.rct {
    border: 1px solid rgb(255, 255, 255);
    border-width: 1%;
    padding: 1px;
    align: center;
    width: 80%;
    background-color: #1e1e1e;
}
.rcd {
    border: 1px solid rgb(255, 255, 255);
    border-width: 1%;
    padding: 8px;
    align: center;
    width: 70%;
    background-color: #1e1e1e;
}

.rc2 {
    border: 1px solid rgb(255, 255, 255);
    padding: 8px;
    align: left;
    border-radius: 25px;
    text-align: left;
}

a {text-decoration: none;}

html { color-scheme: light dark; }

body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; 
color: white;
}

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: #1e1e1e;
  border: 0px solid #ffffff;
  padding: 7px 16px;
  color:#F56929;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  float: center;
  border-radius: 8px;
}

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

.btn-group .button:hover {
  background-color: #343434
}
.buttons {
  position: relative;
  background-color: #1e1e1e;
  border: none;
  font-size: 12px;
  color: #F56929;
  padding: 10px;
  width: 210px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  margin: 6px;
}  
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}