#lobbyCode{
    background-color: var(--dark-blue);
    /*border-width: 0px;*/
    border: 2px solid white;
    color: white;
    font-size: 2em;
    border-radius: 5px;
    min-width: 200px;
    height: 75px;
    transition: background-color 0.3s ease, font-size 0.2s ease;
    text-align: center;
}

::placeholder {
  color: rgb(197, 197, 197);
}