.close-button{
  text-align: center;
  color: white;
  background-color: gray;
  border-radius: 100%;
  height:25px;
  width: 25px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-test-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top:10px;
}
#face-recog-description{
  text-align: center;
}