html {
    box-sizing: border-box;
    background-image: url(/img/contacty_background.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.icon__contacty {
    width: 100px;
    height: 100px;
}
.external_contacty {
    display: flex;
    text-align: center;
    margin: 72px auto 0px auto;
    border: 5px solid #f1cb81;
    border-radius: 16px;
    max-width: 1000px;
    height: 440px;
    font-size: 30px;
    justify-content: space-around;
}

.external_contacty ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.external_contacty li {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.external_contacty a {
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.items_contacty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.external_contacty div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.external_contacty img {
    margin: 10px;
}

.icon_instagram {
    border: 3px solid #f1cb81;
    border-radius: 6px;
}

.external_contacty p {
    padding: 0px;
    margin: 0px;
}

/* Адаптація для мобільних */
@media (max-width: 1100px) {    
    
    .external_contacty {
        display: flex;
        text-align: center;
        margin: 10px auto 10px auto;        
        border: 5px solid #f1cb81;
        border-radius: 16px;
        max-width: 600px;
        height: 800px;        
        font-size: 30px;
        justify-content: space-around;
        flex-direction: column;
    }

}