* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.coming-soon {
    font-size: 3rem; /* Adjust font size as needed */
	margin-bottom: 50px;
}

.logo {
    margin-bottom: 0px;
}

.modabaza {
	font-family: "Libre Bodoni", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 6rem;
}

.tagline {
    font-size: 3rem; /* Adjust tagline font size */
    color: #000; /* Adjust color */
	margin: 0;
}

.social-icons {
	margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.telegram {
    background-image: url('https://modabaz.ru/assets/icons/telegram.png'); /* Replace with actual icon URL */
}

.whatsapp {
    background-image: url('https://modabaz.ru/assets/icons/whatsapp.png'); /* Replace with actual icon URL */
}

.vk {
    background-image: url('https://modabaz.ru/assets/icons/vk.png'); /* Replace with actual icon URL */
}

.instagram {
    background-image: url('https://modabaz.ru/assets/icons/instagram.png'); /* Replace with actual icon URL */
}

.youtube {
    background-image: url('https://modabaz.ru/assets/icons/youtube.png'); /* Replace with actual icon URL */
}