#statusbar {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    height: 28vh;
    width: 100%;
    background-color: skyblue;
    vertical-align: middle;
    align-items: center;
    justify-content: space-around;
    transition: 1s;
}


#target-number {
    font-size: large;
}

p {
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
}



body {
    display: flex;
    height: 100%;
    flex-direction: column;
    vertical-align: middle;
    justify-content: space-around;
    border: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: rgb(246, 238, 228);
}