.my_social {
  color: #0071d1;
  font-size: 3em;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.modal {
    animation: fadeEffect 0.25s;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.modal-background.sub-modal {
  cursor: pointer;
}

.text-focus {
    font-weight: 500;
}