body {
    margin: 0;
    padding: 0;
}

.home {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home img.banner {
    display: block;
    width: 400px;
}

.home p {
    text-align: center;
}

