body {
    background-color: black;
    color: white;
}
h1 {
    text-align: center;
}

p {
    text-align: justify;
}

button {
    background-color: black;
    color: white;
    border: 2px solid white;
}

box {
    display: flex;
    justify-content: center;
    gap: 5px;
}