@charset "UTF-8";

body {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.loaded {
    opacity: 1;
}