body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}

A {
color:#000;
Text-decoration: none;
}

p {
	color:#000000;
	font-family: "Helvetica", Sans-Serif;
	font-size:1.2rem;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
}


h1 {
font-family: "Helvetica", Sans-Serif;
Font-size: 1.3rem;
color:#000000;
}

.body-center {
   display: flex;
   justify-content: center;
   align-items: center;
}


#main {
Display:flex;
Flex-direction: column;
width: calc(50vw - 00px);
height: calc(60vh - 00px);
Justify-content: space-between;
Padding-top: 150px;
}



.up {
Height: 175px;
Display:flex;
Align-itmes: flex-start;

}
.down {
Width:100%;
Height: 50px;
display: flex;
justify-content: space-between;
   align-items: center;
}
.container-down-left {

}
.Container-down-right {
Width:50px;
Background-color: #125AAA;

}
