.share-this {
    padding: 5px 13px;
    border: none;
    font-weight: 400;
    float: right;
    margin-top: -25px;
}

.social-icons {
    margin: 2px;
}

.social-icons li {
    margin: 0px;
}

.social-icons li img {
    width: 80%;
}

.social-icons li img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    .social-icons {
        margin: 11px 0px 0px 0px;
    }
    .share-this {
        padding: 5px 13px;
        border: none;
        font-weight: 400;
        float: left;
        margin-top: 9px;
        margin-left: -16px;
    }
}

.copy_link:hover {
    cursor: pointer;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Social icons styling */
.social-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.social-icons li {
    margin: 10px;
}

.modal h2 {
    margin-top: 0;
}
