
#hero-content {
    color: #464444;
}

#article-title {
    color: #312f2f;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#spotlight-title {
    color: #1d1c1c;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#spotlight-content {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #464444;
}

.zoom-circle {
    display: inline-block;
    color: rgb(236, 23, 23); 
    animation: zoom-in-out 1.7s infinite ease-in-out; 
}

@keyframes zoom-in-out {
0%, 100% {
    transform: scale(1); 
}
50% {
    transform: scale(1.1); 
}
}


