html, body {
	margin: 0;
	padding: 0;
}

h1, p {
	margin: 0 0 0;
}

html {
	background: white;
}

body {
	height: 100%;
}

#logo-container {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

#ocr-section {
	display: flex;
	justify-content: center;
	align-content: center;
}

#ocr_read_text {
    margin-top: 1rem;    
}

#ocr-file-subsection {
    row-gap: 12px;
}