.searchTray{

  height: 600px;
  text-align: center;

}

.user{
  width: 250px;
  height: 200px;
  display: inline-block;
  padding: 15px;
  margin: 25px;
  text-align: center;
}

.imageWraper{

  width: 250px;
  text-align: center;

}

.image{

  width: 200px;
  height: 200px;
  border-radius: 10%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 25px;

}

.userName{

  text-align: center;
  font-size: 17px;
}

.titre{

    padding:5px;
    position: fixed;
    top:99px;
    right:calc(50% - 100px);
    height:25px;
    width: 200px;
    text-align: center;
    font-size:18px;
}
