body {
    margin: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: #f1faee;
}

.profile-img {
    width: 150px;
}

.card {
    color: #4c4a4a;
    width: 400px; 
    margin: 20px auto;
    background: #a8dadc;
    border-bottom: #e63946 6px solid;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 10px;
}

