*{
    padding: 0%;
    margin: 0%;
    top: 50%;
    font-size: 50px;
    text-decoration: none;
    color: white;
    font-family: 'Rubik Maps', system-ui;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://i.redd.it/841666uly00b1.gif');
}
div.n1 {
    display:table;
    width:100%;
}

div.n1 span {
    display:table-cell;
    text-align:center;
}
