@charset "UTF-8";

@import "globals.css";

.divContainer {
	background-color: lightblue;
	margin-top: 12%;
}

.divSeperator {
	color: red;
}

.div1 {
	border: var(--myBorder);
	font-family: var(--myFont);
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: red;
	width: 24%;
	margin-left: 0;
	display: inline-block;
}

.div2 {
	border: var(--myBorder);
	font-family: var(--myFont);
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: red;
	width: 24%;
	margin-left: 0;
	display: inline-block;
}

.div3 {
	border: var(--myBorder);
	font-family: var(--myFont);
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: red;
	width: 24%;
	margin-left: 0;
	display: inline-block;
}

.div4 {
	border: var(--myBorder);
	font-family: var(--myFont);
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: red;
	width: 24%;
	margin-left: 0;
	display: inline-block;
}

.image {
	border: 2px solid blue;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}