body {
    margin: 0;
    padding: 0;
    background-color: #FFA900;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logo {
    width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}