body {
    box-sizing: border-box;
    background-color: rgb(1, 75, 1);
    color: white;
    display: flex;
    justify-content: center;
}

.container {
    background-color: black;
}