@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  padding: 20px 0px;
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-content {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title {
  margin-bottom: 0px;
  font-size: 22px;
}

.title-version {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-container {
  margin: 0px 20px 0px 0px;
}

.logo-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.error {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.error-box {
  width: 50%;
  background-color: #f79a9a;
  min-height: 100px;
  border-radius: 8px;
  padding: 10px 10px;
}

.error-title {
  font-size: 18px;
  font-weight: 500;
}