/* button */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 20px;

position: absolute;
width: 200px;
height: 40px;
left: 270px;
top: 830px;

background: #D50032;
border: 3px solid #D50032;
box-sizing: border-box;


/* text */

position: static;
width: 98px;
height: 0px;
left: 37.5px;
top: 20px;

font-family: Furore;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 0px;
/* identical to box height, or 0% */
letter-spacing: 0.07em;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 15px;


/* Vector */

position: static;
left: 75.25%;
right: 18.75%;
top: 27.5%;
bottom: 27.5%;

background: #FFFFFF;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
margin: 0px 15px;
