@charset "UTF-8";
/* CSS Document */
/* Copyright 2022 Positive Being (PositiveBeingSF.org), All Rights Reserved */
/* version: 210109 */

@keyframes fadeIn {
    from {opacity: 0}
    to   {opacity: 1}
}

@keyframes fadeOut {
    from {opacity: 1}
    to   {opacity: 0}
}
