.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.flex {
    display: flex;
}

.flex.space-between {
    justify-content: space-between;
}

.flex-start {
    align-self: flex-start;
}

.flex-end {
    align-self: flex-end;
}

.text-right .file-input {
    justify-content: flex-end;
}

.text-right .file-input .file-button {
    margin-left: 2em;
}

a {
    color: white;
}

em {
    font-weight: bold;
}

.indent {
    padding-left: 2em;
}