.copyright {
    opacity: 0.5;
}

.widget-tel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    transition: .15s ease-in-out;
}

.widget-tel:hover {
    background-color: #F31719;
}