body{
	min-height: 1000px;
	display:flex;
	flex-grow: 1;
	// border: 2px solid black;
	flex-direction:column;
	background-color: #454A57;
	color: white;
	font-family: "Arial";
}
.logo{
	height:160px;
	width:auto;
}
.wrap{
	display: flex;
}
.icon{
	height:40px;
	width:auto;
}
.main{
	// border: 2px solid black;
	min-height:100px;
	min-width:100px;	
	width:70%;
}
h2{
	color: yellow;
}
.td1{
	min-width: 80px;
}
.top{
}
.sideleft{
	// border: 2px solid black;
	min-height:100px;
	min-width:100px;
	width:15%;
}
.sideright{
	// border: 2px solid black;
	min-height:100px;
	min-width:100px;
	width:15%;
}
.bottom{
	// border: 2px solid black;
	min-height:100px;
	min-width:100px;
}
.t1{
	border-right: 3px solid white;
}