body {
    margin: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.avatar {
    width: 150px;
    border-radius: 10px;
    
    
    
}

.card {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: #c3cea1;
    color: #283618;
    border-bottom: 12px solid #283618;
    border-radius: 20px;
}

.border-blue {
    border: 1px dotted blue;
}


