.drongosim {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}

.file-upload {
	display: none;
}

.site-button {
	background-color: white;
	color: black;
	font-family: "Trebuchet MS";
	font-size: 15px;
	width: 100%;
	height: 50px;
	max-width: 200px;
	border-style: solid;
	border-radius: 15px;
	border-width: 4px;
	border-color: black;
	cursor: pointer;
}

.site-button:hover {
	background-color: #d3d3d3;
}

.drongo-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.drongo-text {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: left;
	max-width: 600px;
}

h3 {
	font-family: "Trebuchet MS";
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-family: "Trebuchet MS";
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin: 0px;
	font-family: "Trebuchet MS";
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 600px;
}

ul {
	margin: 0px;
	margin-left: 1rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	font-family: "Trebuchet MS";
}

#drongosim-upload-button {
	flex-grow: 1;
}

.drongo-term {
	width: 100%;
	max-width: 200px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.drongo-term-heading {
	width: 90%;
	padding-left: 5%;
	border-style: solid;
	border-color: black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0;
	border-bottom: none;
}

.drongo-term-log {
	margin-top: 0;
	width: 90%;
	height: 200px;
	padding-left: 5%;
	border-style: solid;
	border-color: black;
}
