#new-project-board {
    position: fixed;
    left: 0;
    top: 0;
    background: #505050;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

#new-project-board>button {
    color: #cacaca;
    background: #555;
}