﻿.complete-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; /* Softer background color for better contrast */
    padding: 20px;
    border: 2px solid #e0e0e0; /* Subtle border for a clean look */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    max-width: 400px;
    margin: 20px auto; /* Center the container */
    text-align: center;
}

complete-container h3 {
    margin: 10px 0;
    font-family: Arial, sans-serif; /* Consistent font */
    color: #333; /* Dark text for readability */
}

.complete-logo {
    width: 100px; /* Adjust image size */
    height: auto;
    margin: 20px 0; /* Spacing around the image */
}
