body {
    background: #f5f6f8;
}
.logo {
    max-width: 260px;
    max-height: 140px;
}
.wlan-card {
    border-radius: 20px;
}
.password,
.ssid {
    font-family: monospace;
    font-size: 1.3rem;
}
.info-label {
    font-size: .85rem;
    color: #666;
}
.print-hide {
}
@media print {
    .print-hide {
        display: none !important;
    }
    body {
        background: white;
    }
}