body {
    background-color: #107C10; /* Colore verde Xbox */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.xbox-logo img {
    width: 200px;
    height: auto;
}
