html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

button {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    color: inherit;
    font: inherit;
    text-align: inherit;
    line-height: normal;
    letter-spacing: inherit;
    cursor: default;
    user-select: none;
}


button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {

    min-height: 100%;
}

.content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    height: 100vh;
}

.background_no_report_size_100 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}