body {
    height: 5000px;
    min-height: 100vh;
    background-image: url('../img/ZcZtfQt_pixelated.jpg'), url('../img/ZcZtfQt2_pixelated.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat, repeat-y;
    background-size: contain, contain;
    background-color: #22252c;
}

a {
    color: red;
}