body {
    font-family: 'Arial', sans-serif;
    background: url('public/assets/img/734fb6ed44aa280fe7546f7035363faf.gif') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.card {
    background: rgba(255, 255, 255, 0.8); 
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 300px;
    text-align: left;
}

.name {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.email,
.purchase-key,
.system-key,
.domain {
    color: #555;
    font-size: 14px;
    margin: 5px 0;
}

span {
    font-weight: bold;
    color: #007bff;
}