div.logo{
    display: flex;
    justify-content: center;
    align-items: center;
  }
div.logo>a>img{
    border-radius: 40px;
  }