body {
    margin: 0;
    padding: 0;
    background-color: #081116;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.gif-container {
    margin-top: 50px;
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8em;
    opacity: 0.7;
}
