body {
    font-family: Arial, sans-serif;
    margin: 2rem;
    line-height: 1.5;
}

.kort {
    max-width: 420px;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 12px;
}

h1 {
    margin-top: 0;
}

.temp {
    font-size: 2rem;
    font-weight: bold;
}

.liten {
    color: #555;
    font-size: 0.95rem;
}

button {
    margin-top: 1rem;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    cursor: pointer;
}
