html, body {
    height: 100vh;
    user-select: none;
}

.table, form {
    width: 512px;
}

.upper {
    animation: upper-animation 0.5s ease-in-out;
}

.bottom {
    width: 256px;
    animation: bottom-animation 0.5s ease-in-out;
}

#description {
    opacity: 0;
}

@keyframes upper-animation {
    0% { 
        opacity: 0;
        transform: translateY(-5px);
    }
    100% { 
        opacity: 1; 
        transform: translateY(0);
    }
}

@keyframes bottom-animation {
    0% { 
        opacity: 0;
        transform: translateY(5px);
    }
    100% { 
        opacity: 1; 
        transform: translateY(0);
    }
}
/*
     FILE ARCHIVED ON 19:56:09 Apr 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:25:04 Apr 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 40.837
  load_resource: 117.495
  PetaboxLoader3.resolve: 47.517
  PetaboxLoader3.datanode: 55.865
*/