@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
.box-parent { 
width: 100vw; 
height: 100vh; 
display: flex;
flex-direction: column;
justify-content: center; 
align-items: center;
background-image:linear-gradient(112deg,#c08f67 0%,#e4cdb9 80%);}

.box1 { 
//background-image:linear-gradient(200deg,#f3c8c4 0%,#fbefef 100%);
background-color: #cf915a;
width: 360px;
height: 80px;
border-radius: 22px;
text-align: center;
font-size: 40px;
line-height:80px;
vertical-align: middle;

｝

