@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/versions/bulma-no-dark-mode.min.css";

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.main {
    height: 100svh;
    width: 100%;
    text-align: center;
}

.main img {
    display: block;
    margin: auto;
    height: 100%;
}

.document {
    margin: 16px;
    padding: 16px 24px;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.1);
    text-align: justify;
}

.document h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.document h6 {
    font-weight: bold;
    font-size: 1.1rem;
}

.document p {
    margin-bottom: 12px;
}