body {
  background: beige;
  font-family: Alegreya Sans, sans-serif;
}
.proms {
  display: none;
  position: fixed;
  z-index: 1;
}
.proms a {
  background-color: #dddda6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* padding: 1rem 2rem; */
}
.proms a:hover { background-color: #db7d1e}
/* Dropdown Button */
.btn {
  background-color: #db7d1e;
  color: beige;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  width: 10rem;
  border: none;
}
.settings {
  width: 100%;
  width: 10rem;
  padding: 1rem 2rem;
  position: fixed;
  z-index: 1; /* Stay on top */
  top: 3rem; /* Stay at the top */
  left: .1rem;
  background-color: beige; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 1rem;
}
.settings > * {
    margin: .1rem 0;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: fixed;
  left: 2.1rem;
  background-color: beige;
  min-width: 10rem;
  box-shadow: 0rem 1rem 2rem 0rem rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  padding: 1rem 2rem;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover { background-color: #dddda6}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content { display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn { background-color: #3e8e41; }

.btn:hover { background-color: #bf6912; }