body {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1rem;
}

div.global_div_container {
	display: flex;
	flex-direction: row;
}

div.global_div_column {
	width: 50%;
	height: 100vh;
	padding: 1rem;
}

textarea#forms_resume_text {
	width: 100%;
	height: 25vh;
}

textarea#forms_job_description_text {
	width: 100%;
	height: 25vh;
}

input#forms_api_key {
	width: 100%;
}

input#forms_prompt {
	width: 100%;
}