body{
    background-color:beige;  
    margin: 0 auto;
    width: 960px;
}

h1 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 80px;
    padding: 10px;
}

.animate__animated.animate__backInRight{
    --animate-duration: 5s;
}
.TH {
    font-family: 'Shadows Into Light', cursive;
    font-size: 50px;
    padding: 10px;
} 
.animate__animated.animate__backInUp{
    --animate-duration: 10s; 
}
h2{
    font-family: 'Shadows Into Light', cursive;
    font-size: 30px;
    padding: 10px;
}

.nomics-ticker-widget {max-width: 100%;
    margin: 0 auto; 
    justify-content: center;
    align-items: center;
}