body {
	margin: 0;
}

img {
	width: 100%;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 440px;
	margin: 0 auto;
	height: 956px;
	background-image: url('/assets/img/bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	text-align: center;
	gap: 30px;
}

.figure {
	margin-top: 60px;
}

.top {
	margin-top: 16px;
}

.bottom {
	display: flex;
    flex-wrap: wrap;
    justify-content: end;
	width: 100%;
	gap: 20px;
}

.buttons {
	width: 100%;
	margin: -90px 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.bottom-figure {
	display: flex;
    align-items: center;
    justify-content: end;
}

.wrapper > div {
	position: relative;
}

@media  (max-width: 440px) {
	.wrapper {
		width: 100%;
	}
}