@keyframes myBody {
    from { opacity: 0; }
    to { opcity: 1; }
}

body {
    animation: myBody 3s;
}