.search-box {
  position: relative;
  display: inline-block;
  width: 60%;
  margin-left: 20%;
  margin-top: 175px;
}

/* Style for the input field */
.search-box input[type="text"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

/* Style for the search icon */
.search-box .search-icon {
  position: absolute;
  top: 57.5%;
  right: 10px;
  transform: translateY(-50%);
  color: #999999;
  pointer-events: auto;
}
.wall {
  width: 100%;
  display: inline-block;
}
.container {
  display: flex;
}
.digital {
  margin-top: 125px;
  position: absolute;
  right: 5%;
}
.date {
  margin-top: 100px;
  margin-left: 20px;
}
.clock {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 6px solid rgba(0, 128, 128, 0.037);
  margin: 5% 7.5%;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
}
.hand {
  top: 3px;
  right: 50%;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  transform-origin: bottom center;
}
.hand.minutes {
  height: calc(50% - 3px);
  background-color: black;
  width: 3px;
}
.hand.seconds {
  height: calc(50% - 3px);
  background-color: red;
  width: 1px;
}
.hand.hours {
  top: 20%;
  width: 4px;
  height: 30%;
  background-color: black;
}
.hand.hLED {
  top: 20%;
  width: 1px;
  height: 30%;
  background-color: rgba(0, 255, 255, 0.699);
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Comfortaa", cursive;
  border-radius: 12px;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb {
  background: #303436;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
  background: #303436;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #303436;
  border-radius: 15px;
}

.header {
  margin-top: 75px;
}

.tablink {
  background-color: #555555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin: 0.2%;
  font-size: 17px;
  width: 13.8%;
  border-radius: 12px;
}

.tablink:hover {
  background-color: #777777;
}

.Links {
  background-image: url("https://cdn.glitch.me/a452c10e-6702-4e0c-9e01-c91cee143b9c%2Fbiala-cegla-sciana-z-cegly-fototapeta.jpg?v=1636983442549");
  width: 100%;
  height: 1875px;
}

.tabcontent {
  background-image: url("https://cdn.glitch.me/a452c10e-6702-4e0c-9e01-c91cee143b9c%2Fbiala-cegla-sciana-z-cegly-fototapeta.jpg?v=1636983442549");
  display: none;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.column {
  float: left;
  width: 33.3%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
