.order { | |
padding: 40px; | |
margin: 20px 0; | |
border: 1px solid lightgray; | |
background-color: white; | |
position: relative; | |
} | |
.order > h1 { | |
text-align: center; | |
} | |
.order > h2, | |
.order > p { | |
margin-bottom: 10px; | |
} | |
.order__id { | |
position: absolute; | |
top: 40px; | |
right: 20px; | |
} | |
.order__total { | |
font-weight: 500; | |
text-align: right; | |
} | |