@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,734&family=Rowdies:wght@300;400;700&display=swap');
header {
	background-color: #2B2B2B;
	text-align: center;
	display: block;
	margin-left: auto;
    margin-right: auto;
	
}

.banner{
	margin-left: auto;
  	margin-right: auto;
}
#upper {
	margin-top: 32px;
	border-radius: 20px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	width: 850;
	height: 250;
	background: #C2C2C2;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}



#matrix1, #matrix2{
	order: 1;
	width: 300px;
	height: 210px;
	margin-left: 150px;
	margin-right: 150px;

}

#operations {
	order: 1;
	width: 5em;
	height: 40%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.operation {
	width: 100px;
	height: 30px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	border-color: #C2C2C2;
	font-family: "Rowdies", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}

.parent {
	display: flex;
	flex-flow: row wrap;
	width: 9em;
	background: #C2C2C2;
	align-items: center;
	justify-content: center;
	
}


.title {
	order: 1;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 40px; 
	width: 9em;
	height: 10%;
	text-align: center;
	text-transform: uppercase;

}

.m1r1, .m2r1 {
	order: 2;
	width: 60px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	border: #C2C2C2;
	
}

.m1r2, .m2r2 {
	order: 3;
	width: 60px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	border: #C2C2C2;
}

.m1r3, .m2r3 {
	order: 4;
	width: 60px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	border: #C2C2C2;
}

.functions {
	margin-top: 20px;
	order: 5;
	width: 250px;
	height: 200px;
	place-items: center;
	position: relative;
}

.titlefuc{
	font-family: "Rowdies", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 25px;
	width: 220px;
	height: 50px;
    margin-bottom: 0px;
    margin-top: 10px;
	text-align: center;
}

.function {
	font-family: "Rowdies", sans-serif;
	width: 95px;
	height: 27px;
	border-radius: 7px;
	border-color: #C2C2C2;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.function:hover{
	background-color: rgb(250, 255, 174);
}
.allboxfuc{
	width: 100px;
	height: 200px;
  
}
#console {
	font-family: "Rowdies", sans-serif;
	font-size: 20px;
	height: 166px;
	width: 500px;
}
.output{
	order: 6;
	height: 166px;
	width: 500px;
}

.lower{
	order: 6;
	display: flex;
	place-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}


body {
	background-color: #C2C2C2;
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

