body {
    color: #e8d8c0;
    background: #1a1412;
    font-family: "Inter";
}

.row {
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pirate {
    height: 40vh;
}

.col {
    flex-direction: column;
    align-items: center;
}

h1 {
    font-family: "Space Grotesk";
    font-size: 8vh;
}

.life {
    color: #d4af37;
}

.store-badge {
    height: 8vh;
    margin: 24px;
}
