body {
    margin: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: linear-gradient(#118ab2, #06d6a0)
}

.avatar {
    width: 50%;
    height: auto;
}

.card {
    max-width: 420px;
    margin: 200px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background: #073b4c;
    color: #ffd166;
    border-right: 9px dashed #118ab2;
    border-left: 9px dashed #06d6a0;
    border-bottom: 9px solid #ef476f;
    border-radius: 10px
}

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