.input-field label {
    font-size: 14px;
}

.ql-editor strong {
    font-weight: bold;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.button-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.button-row a {
    flex-basis: 40%;
    margin: 0 10px;
    font-size: 14px;
    padding: 8px 16px;
}