<template>
  <NuxtLayout>
    <NuxtPage />
  </NuxtLayout>
</template>

<style>
  .dark {
    background: #222;
    color: white;
  }
</style>