* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-image: url("../img/default.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    position: fixed;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    padding: 10px 16px;
    color: #fff;
}

h1 {
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 300;
    white-space: nowrap;
}
