#connection-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#name-input {
    padding: 5px;
    width: 200px;
}

#connect-button {
    padding: 5px;
    width: 200px;
}

#connection-message {
    padding-top: 20px;

    max-width: 400px;

    text-align: center;
    font-weight: bold;
}