body {
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px;
}

[v-cloak] {
     display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.main-page-error {
    padding: 1em;
    background-color: #ff433830;
}

.main-page-error .error-url {
    font-size: 1.5em;
    overflow-wrap: break-word;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

header {
    background-color: #BBBBBB;
    height: 192px;
}

header .container {
    align-items: center;
    justify-content: space-between;
}

header .user-menu {
    font-size: 2rem;
    color: #CC0C00;
    text-align: right;
    padding-right: 24px;
}

#app {
    padding: 24px;
    background-color: #EEEEEE;
    text-align: center;
    min-height: calc(100vh - 192px - 50px - 24px - 24px);
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #BBBBBB;
    height: 50px;
}

a, a:visited {
    text-decoration: none;
    color: #CC0C00;
}

a:hover {
    opacity: 0.7;
}
