html, body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

h1:focus {
    outline: none;
}

.tmessages-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #666;
}
