body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 98vh;
    font-family: 'Arial Narrow Bold', sans-serif;

    background: black;
    color: white;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

#isJuanStrokingIt {
    font-size: min(4vw, 4vh);
    padding-bottom: 1em;
}

#mirroredGif {
    width: min(40vw, 40vh);
}

#isJuanStrokingItCont {
    font-size: min(4vw, 4vh);
    padding-top: 1em;
}