.card {
    width: 210px;
    border: solid 1px grey;
    border-radius: 5px;
}

img {
    width: 200px;
    border: solid 5px rgb(236, 183, 191);
    border-radius: 50%;
}

h1 {
    text-align: center;
}