body {
    background-color: #F7F1EB;
    font-family: 'Cinzel';
    text-align: center;
    margin: 0;
    padding: 0;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
}

img {
    max-width: 65%;
    height: auto;
    margin-bottom: 20px;
}

.text-block {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.text-block span {
    font-size: 14px;
    font-weight: bold;
}

/* Social media links styling */
.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.social-links img {
    max-width: 50px;
    height: auto;
}

/* Specific margins between the social media icons */
.social-links img.x {
    margin-right: 45px; /* 45px between x.png and telegram.png */
}

.social-links img.telegram {
    margin-right: 45px; /* 45px between telegram.png and dexsc.png */
}

/* No additional margin for the last image (dexsc.png) */