/* styles.css */

body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: linear-gradient(360deg, #ffffff, #fd6262); /* Gradient colors */
    font-family: Arial, sans-serif; /* Optional: Font settings */
}

.center-container {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}

img {
    width: 50%;
    height: 50%;
}
