{\rtf1\ansi\ansicpg1252\cocoartf2822
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 body \{\
    font-family: 'Arial', sans-serif;\
    line-height: 1.6;\
    margin: 0;\
    padding: 0;\
\}\
\
.fullscreen \{\
    min-height: 100vh;\
    display: flex;\
    align-items: center;\
    justify-content: center;\
    text-align: center;\
\}\
\
/* Hero bounce animation */\
.scroll-down \{\
    animation: bounce 2s infinite;\
\}\
\
@keyframes bounce \{\
    0%, 20%, 50%, 80%, 100% \{ transform: translateY(0); \}\
    40% \{ transform: translateY(-10px); \}\
    60% \{ transform: translateY(-5px); \}\
\}\
\
/* Timeline events */\
.timeline .event \{\
    margin-bottom: 20px;\
\}\
\
/* Links hover */\
a:hover \{ text-decoration: underline; \}\
}