body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f2e6dc;
    background-image: url("img/pattern.jpg");
    background-size: 600px 359px;
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
    max-height: 330px;

}

.buttons {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.vinted-btn img {
	height: 42px;
}

.instagram-btn img {
	width: 42px;
	height: 42px;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
	.logo img {
		max-height: 600px;
	}
	.vinted-btn img {
		height: 72px;
	}

	.instagram-btn img {
		width: 72px;
		height: 72px;
	}
}