body {
    background-color: #292f36;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
    flex-direction: column;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

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

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;
}

/* 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: 95px;
	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;
}
