.stats-box {
    position: fixed;
    right: 24px;
    top: 120px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
}

body {
    margin: 0;
    background: #f0f0f0;
}

.cv-container {
    display: flex;
    justify-content: center;
    padding: 0;
}

.cv-frame {
    width: min(210mm, 95vw);
    height: calc(min(210mm, 95vw) * 1.414);
    border: none;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}