*{
    background: #000;
}
.startButton{
    width: 50px;
    height: 30px;
    color:white;
    border: 3px solid white;
    border-radius: 6px;
    font-size: 12pt;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 5px 0 10px 0;

    
}

.barCanvas{
    border: 3px solid white;
    border-radius: 6px;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}