/* css styles */
/* Tiled GIF background */
body {
    background: url('rickroll.gif') repeat;
    background-size: 150px 150px; /* Adjust the size of the tiles */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
}