﻿
.avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  border-width:2px;  
  border-style:solid;
  border-color:#F56A6A;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}

