p,h2 {
    margin-bottom: 0px;
}

#board {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#word {
       display: flex;
    flex-direction: column;
    align-items: center;

}

#scoreboard {
    position: absolute;
    top: 0;
}

#notify {
    /* position: absolute; */
}

#interact {
    position: absolute;
    bottom: 0;
    height: 200px;
}