body {
    font-family: Arial, sans-serif;
    background-color: #cfe4e9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url("https://images.unsplash.com/photo-1601436155198-2ebfea8117b0?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGJsZXV8ZW58MHx8MHx8fDA%3D");
    background-size: 1900px 1000px;
    background-origin: border-box;
    
}

.container {
    background-color: rgb(48, 200, 238);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
}
img {
    width: 100%;
    border-radius: 15px;
}
h1 {
    font-size: 1.5rem;
    margin: 20px 0 10px;
}
p {
    font-size: 1rem;
    color: #868686;
}