/* home.css */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  cursor: url('../../media/mis.svg'), auto;
}

.container {
  text-align: center;
}
a {
  cursor: url('../../media/mis.svg'), auto;
}

a:hover {
  cursor: url('../../media/mis-hover.svg'), pointer;
}
h1 {
  font-size: 3em;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

/* Moderni stil za gumbe */
button, .menu button, .join-room button, #online-options button {
  font-size: 1.2em;
  padding: 0.8em 1.2em;
  margin: 0.5em;
  background: linear-gradient(145deg, #333, #222);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

button:hover, .menu button:hover, .join-room button:hover, #online-options button:hover {
  background: linear-gradient(145deg, #444, #333);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

button:active, .menu button:active, .join-room button:active, #online-options button:active {
  background: linear-gradient(145deg, #222, #111);
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#online-options {
  margin-top: 2em;
}

.join-room {
  margin-top: 1em;
}

.join-room input {
  padding: 0.5em;
  font-size: 1em;
  width: 200px;
  margin-right: 0.5em;
}

.hidden {
  display: none;
}
.izrada{
  font-size: 10rem;
  color: yellow;
}
.prognoza{
  color: rgba(255, 255, 0, 200);
  text-shadow: #e7eaba;
  text-decoration: underline;
}
a#btn-ai{
  text-decoration: none;
  color: white;
}
#btn-split{
  text-decoration: none;
  color: white;
}