html, body, .root {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: sans-serif;
}

.root {
    display: flex;
    flex-direction: column;
}

.logo-container {
    background-color: #2B1B49;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.message-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.message-header {
    margin-bottom: 12px;
}

.message-details {
    margin-top: 0;
}

img {
    color: white;
    fill: white;
}