body {
    background: rgb(237,35,13);
    background: linear-gradient(45deg, rgba(237,35,13,1) 0%, rgba(0,0,0,1) 100%);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.forza-logo img {
    width: 400px;
    height: auto;
}
