#canvasWrapper {
    max-width: 90vw;
    max-height: 99vh;
    margin: 5vw;
}

.topCard{
    max-width: 90vw;
    max-height: 99vh;
    margin-top: 3vw;
    padding: 20px;
    padding-top: 30px;
    border-radius: 3px;
}

canvas{
    max-height: 80vh;
    max-width: 100%;
}

.btn.fullWidth{
    width: 100% !important;
}

div.divider{
    margin: 10px;
}

.spinner-white-only{
    border-color: white;
}

.page-footer{
    margin-top: 20px;
}

.logoWrapper{
    padding: 5vw;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}