#message-container {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    background-color: #0F0B0C;
    border: groove gray 2mm;
    position: relative;
    left: 45%;
    top: 45%;
    width: 40%;
    box-shadow: 0px 0px 10px black, 0px 0px 20px black;
    border-radius: 10px;
}

#message-head {
  background: linear-gradient(to bottom, #4E575E 0%,#34393D 48%,#282B30 53%,#202427 100%);
  padding: 5px 10px;
  border-bottom: groove gray 1.5mm;
}

#message-head h1,h2 {
  margin: 0;
  text-shadow: black 0 0 8px, black 0 0 8px, black 0 0 8px;
}

#enter-button {
    text-align: center;
    background-color: #1E1E20;
    border: outset black 1mm;
    text-decoration: none;
    color: white;
    user-select: none;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
}

@media (max-width: 768px) {
  #message-container {
    left: 5%;
    top: 55%;
    width: 90%;
  }
}