
body {
  background-color: rgb(91, 163, 211);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
form {
  background: rgb(196, 50, 50);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  display: block;
  box-sizing: border-box;
  
}
input {
  margin: 5px 0;
  padding: 8px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,1);

}

.button {
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
  width: 100px;
  background-color: rgb(95, 158, 160);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  margin-left: auto;
  margin-right: auto;
  
}

.button:hover{
  background-color:rgb(3, 230, 105);
}





.box {
  background: rgb(185, 14, 14);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  margin-left: auto;
  margin-right: auto;

}

.box2 {
  width: 100%;
  background-color: green;
}



.box-title
{
  font-family: Arial;
  font-size: 30px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  background: cadetblue;
}
.text
{
  width:fit-content;
  font-family: Arial;
  font-size: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  background: cadetblue;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.autor{
  position: fixed;   
    top: 5%;        
    right: 5%;      
    background: rgb(15, 212, 58);
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 9999;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.main_wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* górny rząd: generator + upload */
.top_row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  
}

.hash_box, .upload_and_logout_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.hash_box form,
.upload_and_logout_box form {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* dolny blok (wyloguj) */
.bottom_row {
  display:flex;
  align-items: center;
  justify-content: center;
}

.input_wybor_pliku {
  background: rgb(255, 255, 255);
 
}



/* opcjonalnie: wyrównaj przycisk wyloguj */
.logout {
  flex: 1; 
}

/* From Uiverse.io by Pradeepsaranbishnoi */ 
.🤚 {
    display: block;
      gap: 50px;
      font-size: 40px;
  --skin-color: #d4a77d;
  --tap-speed: 0.9s;
  --tap-stagger: 0.1s;
  position: absolute;
  width: 80px;
  height: 60px;
  justify-content: center; 
  align-items: center;
}

.🤚:before {
  content: '';
  display: block;
  width: 180%;
  height: 75%;
  position: absolute;
  top: 70%;
  right: 20%;
  background-color: black;
  border-radius: 40px 10px;
  filter: blur(10px);
  opacity: 0.3;
}

.🌴 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--skin-color);
  border-radius: 10px 40px;
}

.👍 {
  position: absolute;
  width: 120%;
  height: 38px;
  background-color: var(--skin-color);
  bottom: -18%;
  right: 1%;
  transform-origin: calc(100% - 20px) 20px;
  transform: rotate(-20deg);
  border-radius: 30px 20px 20px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.👍:after {
  width: 20%;
  height: 60%;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -8%;
  left: 5px;
  border-radius: 60% 10% 10% 30%;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.👉 {
  position: absolute;
  width: 80%;
  height: 35px;
  background-color: var(--skin-color);
  bottom: 32%;
  right: 64%;
  transform-origin: 100% 20px;
  animation-duration: calc(var(--tap-speed) * 2);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: rotate(10deg);
}

.👉:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 30px;
  background-color: var(--skin-color);
  bottom: 8%;
  right: 65%;
  transform-origin: calc(100% - 20px) 20px;
  transform: rotate(-60deg);
  border-radius: 20px;
}

.👉:nth-child(1) {
  animation-delay: 0;
  filter: brightness(70%);
  animation-name: tap-upper-1;
}

.👉:nth-child(2) {
  animation-delay: var(--tap-stagger);
  filter: brightness(80%);
  animation-name: tap-upper-2;
}

.👉:nth-child(3) {
  animation-delay: calc(var(--tap-stagger) * 2);
  filter: brightness(90%);
  animation-name: tap-upper-3;
}

.👉:nth-child(4) {
  animation-delay: calc(var(--tap-stagger) * 3);
  filter: brightness(100%);
  animation-name: tap-upper-4;
}

@keyframes tap-upper-1 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.4);
  }

  40% {
    transform: rotate(50deg) scale(0.4);
  }
}

@keyframes tap-upper-2 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.6);
  }

  40% {
    transform: rotate(50deg) scale(0.6);
  }
}

@keyframes tap-upper-3 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.8);
  }

  40% {
    transform: rotate(50deg) scale(0.8);
  }
}

@keyframes tap-upper-4 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(1);
  }

  40% {
    transform: rotate(50deg) scale(1);
  }
}
