body {
  background-color: #474b60;
}

input.writ {
  height: 80px;
  width: 300px;
  font-size: 52px;
  margin: 20px;
  border-radius: 8px;
  background-color: #ffffff;
}

input.writ:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: #eef3ff;
}

p.zgadnij {
  font-size: 52px;
  font-weight: bold;
  margin: 20px;
  text-shadow: 1px 3px #646464;
}

button.btn {
  height: 50px;
  width: 120px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

button.btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: #dddddd;
}

a.submit {
  font-size: 26px;
  font-weight: 500;
}

p.opis {
  font-size: 38px;
  font-weight: bold;
}

.positioneD {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
}