body {
    background-image: url('images/background.png');
    background-repeat: repeat;
    background-size: 25%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    max-width: 800px;
    margin: 0 auto;

}
