html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.Leave {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: black;
}
.Leave .LeaveTop {
  display: flex;
  justify-content: space-between;
}
.Leave .LeaveLeft {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.Leave .LeaveLeft img {
  width: 100%;
  height: 25vh;
}
.Leave .LeaveButtom {
  display: flex;
  justify-content: center;
}
.Leave .LeaveButtom img {
  width: 20vw;
  height: 25vh;
}
