* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #FEF8F4;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 280px;
    width: 100%;
    height: auto;
}
