@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

:root {
    --bs-font-sans-serif: 'Google Sans', sans-serif;
}

.view {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#preview .modal-body {
    text-align: center;
}

#canvas {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#download {
    margin-bottom: 1rem;
}

.form-wrapper {
    width: 100%;
    max-width: calc(100% - 2.4rem);
}

@media screen and (min-width: 768px) {
  .form-wrapper {
        width: 50%;
    }
}