
header .name {
    animation: 2s rise-in;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

header .excited {
    animation: 2s rise-in;
    animation-delay: 2.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.letterBody {
    animation: 2s rise-in;
    animation-delay: 5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
