  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
  background-color: black;
  text-align: center;
  padding-top:12px;
  background-image: url(Background.png);
  background-size: cover;
  
}
.search {
  position: fixed;
  top: 40%;
  left: calc(50% + 180px); 
  transform: translate(-50%, -50%);
  padding: 12px 12px;
  background-color: black;
  color: white;
  border-radius: 12px;
  border: 1px solid grey;
}


.search:hover {
  background-color: #302F2F;
}

.search:active {
  transform: translate(-50%, -50%) scale(0.9);
}


.title {
  color: white;
  font-family: "DM Sans", sans-serif;
}
#output {
  color: white;
  font-family: Arial;
}
#copyright {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  font-family: Arial;
}

#gotolomos {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 12px 12px;
  border-radius: 12px;
  border: 2px solid grey;
}

a {
 color:lightgrey; 
}
.input {
  max-width: 190px;
}

#wordinput {
  position: fixed; 
  top: 40%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  background-color: black;
  color:white;
  width: 280px;
  border-radius: 10px;
  border: 2px solid #5e5757;
  padding: 15px 8px 15px 10px;
  text-align: center;
  box-shadow:
    20px 20px 60px #3853c7,
    -20px -20px 60px #19ad88;
}
