*{
    box-sizing: border-box;
    font-family: my-yekan;
}
body {
    background-color: #f8f9fa;

}
.contact-box {
    background: rgba(255, 255, 255, 0.27);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top:80px;
    margin-bottom: 10px;
}
.social-icons a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 18px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.social-icons a:hover {
    transform:rotate(2deg);
}
.icons{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
}
.qr-code {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}