@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%);*/
background-color: #fcf8f5;
}

.box1 { 
/*background-image:linear-gradient(200deg,#deb612 0%,#bf9121 100%);*/
padding: 15px 30px;
border: 2px solid #c09221;
border-radius: 50px;

/*background-color: #c09221;*/
/*width: 360px;
height: 80px;
border-radius: 22px;
text-align: center;
font-size: 40px;
line-height:80px;
vertical-align: middle;*/
/*color: white;*/
｝

