html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

}

body {
    background-image: url('../../images/bgfocgers.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.twitter-link {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
}


h1 {
    font-size: 3.3em; /* Larger size for a more blocky appearance */
    font-weight: 900; /* Maximum thickness */
    color: transparent; /* Keep the text color transparent for the gif to show */
    background-image: url('../../images/matrix.gif'); 
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Standard way to make the text transparent */
    font-family: 'Roboto', sans-serif; 
    display: inline-block; /* Keeps the background to the text size */
    padding: 0 20px; /* Adds horizontal padding */

}
