input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  padding: -10px;
}
body {margin:0;}

.icon-bar {
  width: 100%;
  background-color: #ecc083;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px; /* Reduce the font size for better fit */
  text-decoration: none; /* Remove underline from links */
}
.icon-bar mx {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar mx:hover {
  background-color: #65d80a;
}

.active {
  background-color: #65d80a;
}