body{
    background-color: #f1eeea;
}

hr{
    width: 90%;
    max-width: 450px;
}

.content{
    text-align: center;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo img{ 
    width: 90%;
    max-width: 266px;
}

.socials {
    margin-top: 20px;
}

.socials ul{
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    padding: 0;
    flex-wrap: wrap;
}

.socials ul li {
    line-height: 0;
}

.socials ul li a {
    display: inline-block;
    line-height: 0;
}