body{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
}

.card{
    width: 350px;
    margin: 60px auto;
    background: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

h2{
    margin-top: 5px;
}

.red{
    color: red;
}

img{
    width: 100%;
    border-radius: 5px;
}
