body {
    background-color: #292f36;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav li {
    margin-right: 5px;
}

nav li:first-child {
    margin-right: auto;
}

.main-section {
    background-color: #1F2937;
    height: 450px;
    width: 50%;
    border: 4px solid white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    margin-top: 8px;
}

a {
    color: white;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a:visited {
    color: white;
}

.blurb {
    width: 65%;
}

/* BASE TOOL STYLES */
.base-section {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	border: 2px solid white;
	border-radius: 7px;
	width: 500px;
	height: 200px;
	margin-top: 10%;
    color: white;
}

.base-input {
	border-radius: 4px;
	height: 20px;
	background-color: black;
	color: white;
	border: none;
}

.base-select {
	width: 100px;
	height: 23px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 3px;
}

.base-button {
	width: 69px;
	height: 23px;
	text-align: center;
	background-color: black;
	color: white;
	border: none;
	border-radius: 3px;
}

.operators {
    width: 28px;
	height: 23px;
	text-align: center;
	background-color: black;
	color: white;
	border: none;
	border-radius: 3px;
}

.base-p {
	color: white;
}

/* BLOG PAGE STYLES */
.blog-posts {
    text-decoration: underline;
}
