body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
}
.card{
    border: 1px solid white;
    border-radius: 15px;
    padding: 20px;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;


}
.image{
    width: 100%;
    border-radius: 15px;
}
h1{
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
p{
    text-align: center;
}