.sns-box {
display: flex;
justify-content: center;
}

.btn-sns {
display: flex;
justify-content: center;
align-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
color: white;
font-size: 1.5rem;
text-align: center;
text-decoration: none;
transition: 0.3s;
}

.btn-x {
background-color: #111319;
margin-right: 0.5em;
}

.btn-insta {
background-color: #B83026;
}

.btn-sns:hover {
opacity: 0.8;
}
