/* This file is specifically for index.html */

.links{
    width:100%; 
    gap: 1rem; 
    justify-content: center; 
    margin-top: 2rem;
}

.gif-frame{
    width:100%; 
    display:flex; 
    justify-content: center; 
    margin-top: 3rem;
}

@media screen and (max-width: 850px) { 
    .links{ 
        flex-direction: column; 
        align-items: center; 
    }
}