html,
body {
    font-weight: 200;
    height: 100vh;
    margin: 0;
    background: linear-gradient(360deg, #662B6E 20.91%, #0B000D 94.56%);
}

footer {
    position: relative;
}

.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    box-sizing: border-box;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.content {
    text-align: center;
}

.m-b-md {
    margin-bottom: 30px;
}

img {
    filter: brightness(0) invert(1);
}

.year, .version {
    color: white;
    font-weight: 500;
    font-size: 18px;
}
