body {
    background: black;
    font-family: 'Comic Sans MS';
    color: white;
    font-size: 100px;
}
*{
    transition: all 0.3s ease;
}