/* reset */
html, body, div, span, p, a, img, button { margin:0; padding:0; border:0; }
*, ::after, ::before { box-sizing: border-box; }
a, button, div, input { outline: none; }
img { display:block; }
a { display: block; text-decoration: none; }

html, body { width: 100%; min-height: 100dvh; }
.wrap { max-width: 480px; margin-inline: auto; padding: 23px 0 36px; }

body { font-family: 'Outfit-Medium'; background: #440201; }

.header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding: 0 25px; }
.logo { width: 108px; height: 39px; display: block; }
.btn-small img { width: 138px; height: 32px; }

.text-container { font-size: 28px; line-height: 30px; color: #fff; letter-spacing: -1px; text-align: center; margin-bottom: -34px; padding: 0 25px; }
.image-container { margin-bottom: 17px; }
	.image-container img { width: 100%; height: auto; }

.btn-large, .btn-large img { width: 280px; height: 52px; }
.btn-large { margin-inline: auto; }
