@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  letter-spacing: -0.018em;
}

.bird {
    margin: 20px 20px;
}

img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}

h2 {
    margin-top: 10px;
}

