body {
  height: 80vh;
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-size: 3vmax;
}

h1,
h2 {
  text-align: center;
}

.container {
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vmin;
}

.btn-list {
  height: 100%;
  width: 40vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10vmin;
}

.btn-list button {
  width: 30vmin;
  height: 5vmin;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.2vmax;
  font-weight: 700;
}

.btn-list button:not(:first-child) {
  margin-top: 5vmin;
}

.user-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.user-container > h2 {
  margin: 1.7vmin;
  font-size: 2.2vmax;
}

.user-container-data {
  width: 50vmin;
  height: 65vmin;
  margin-top: 2vmin;
  border: 1px solid black;
}

.user-list {
  height: 60vmin;
  padding: 0 10px;
}

.user-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid black;
  font-size: 2vmax;
}

.user {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2vmax;
  font-weight: 400;
}

.sum-money {
  width: 100%;
  height: 5vmin;
  border-top: 1px solid black;
  display: flex;
  align-items: center;
}

.sum-money__text {
  height: 100%;
  width: 100%;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2vmax;
  font-weight: 700;
}

.sum-money__total {
  width: 100%;
  font-size: 1.2vmax;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
