@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
  font-family: 'Poppins', sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
}

.footer {
  background-color: #121212;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 5%;
  color: #e5e5e5;
  font-family: 'Poppins', sans-serif;
}

.navbar-custom {
  background-color: #121212;
}

.Navtxt {
  color: #e5e5e5;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: 'Poppins', sans-serif;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row>.column {
  padding: 8px;
  padding-top: 7px
}

.content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5%;
}

.content p {
  font-size: 20px;
  margin-left: 5%;
  font-weight: bold;
  padding-top: 5%;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  display: none;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #121212;
  color: white;
}

#myBtnContainer {
  margin-left: 63%;
  padding-top: 10px;
}

.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}
