body {
    background: url("loon-image-high.jpeg");
    background-size: cover;
}

.card {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    margin: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;

    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);

    backdrop-filter: blur(15px);
}

.card-icon {
    height: 5vh;
}

.textform {
    width: 100%;
}

#public_key {
    width: 100%;
    overflow-wrap: break-word;
}
