* {
  box-sizing: border-box;
  font-family: system-ui, sans-serif;
}

html {
  color-scheme: dark light;
  height: 100vh;
}

body {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

img[alt="Kedi"] {
  max-height: 128px;
  filter: drop-shadow(0rem 0rem 0.1rem rgba(0, 0, 0, 0.7))
    drop-shadow(0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.3))
    drop-shadow(0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.5));
}
