body {
    text-align: center;

    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header {
    padding: 20px;
    background-color: transparent;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #6d4c2f;
    font-size: 18px;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 48px;
    color: #9c774e;
}

p {
    font-size: 24px;
    color: #b08a60;
}

.social-icons {
    margin-bottom: 20px;
}

.social-icons a img {
    width: 40px;
    margin: 0 10px;
}

.social-links a{
    border-radius: 15%;
}
.social-links .social-facebook{
    background: #f6f6f6 ;
}
.social-links .social-instagram{
    background: #f6f6f6 ;
}
.social-links .social-youtube{
    background: #f6f6f6 ;
}
.social-links .social-x{
    background: #f6f6f6 ;
}
.social-links .social-linkedin{
    background: #f6f6f6 ;
}
.social-links .social-pinterest{
    background: #f6f6f6 ;
}
.social-links .social-threads{
    background: #f6f6f6 ;
}
.social-links .social-snapchat{
    background: #f6f6f6 ;
}

.bi-instagram{
    color: #ffa24b;
}
.bi-telegram{
    color: #039be5;
}
.bi-facebook{
    color: #14b2ff;
}
.bi-twitter-x{
    color: #14b2ff;
}
.bi-linkedin{
    color: #14b2ff;
}
.bi-youtube{
    color: #ff0000;
}
.bi-pinterest{
    color: #000;
}
.bi-threads{
    color: #ff0101;
}
.bi-snapchat{
    color: #f5fb4b;
}
.bi-x{
    color: #f5fb4b;
}

.social-links{
    padding-bottom: 12px;
}
.social-links{
    padding-top: 24px!important
}