@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
    font-family: "Dish Out";
    src: url(fonts/Dish\ Out.ttf);
}

@font-face {
    font-family: "Bubblegum";
    src: url(fonts/Bubblegum.ttf);
}

@font-face {
    font-family: "Delinda Agatha";
    src: url(fonts/Delinda\ Agatha.ttf);
}

@font-face {
    font-family: "Grobold";
    src: url(fonts/GROBOLD.ttf);
}

@font-face {
    font-family: "Lemon Days";
    src: url(fonts/Lemon\ Days.ttf);
}

@font-face {
    font-family: "Strawberry Days";
    src: url(fonts/Strawberry\ Days.ttf);
}

@font-face {
    font-family: "Sweetie Summer";
    src: url(fonts/Sweetie\ Summer.ttf);
}

@font-face {
    font-family: "Brush Script MT";
    src: url(fonts/BRUSHSCI.ttf);
}

.navbar {
    padding-left: 20px;
}

.pagecenter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.preview {
    /* transform: scale(0.37); */
    transform-origin: 0 0;
    width: 500px;
    height: 250px;
}

.preview .canvas {
    margin: 0 !important;
}

body {
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

html {
    overflow: hidden;
    padding: env(safe-area-inset);
}

.text-right {
    text-align: right;
}