

table{
    width: 1200px;
    height: 700px;
    margin: auto;
    margin-top: auto;
    border: dashed;
    border-width: 5px;
    border-color: #df56aa;

}

#title{
    border: none;
    height: 150px;
    text-align: center;
}
#picture{
    width: 600px;
}
video{
    width: 600px;
    height: 400px;
}
#canvas{
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#capture{
    max-height: 400px;
}

button{
    background-color: white;
    border: none;
    color: white;
    text-align: center;
}

#button #refresh{
    text-align: center;
}

#btn_calc{
    margin-top: 50px;
}

#calc_div{
    text-align: center;
}

#weight{
    line-height: 35px;
    width: 225px;
}

#tdbottom{
    padding: 50px;
    text-align: center;
}

#tdtop{
    text-align: center;
}

#tdlast {
    text-align: center;
}

#buttonsdiv{
    margin-top: 50px;
}

#output{
    margin-bottom: 50px;
}