.card{
    background-color: rgb(50, 50, 50);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}

.card img{
    width: 100px;
    height: auto;
}

.card p{
    font-size: 20px;
}

.container{
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    text-align: center;

}