body,
html {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Satoshi", Arial, sans-serif;
  color: #7c7d80;
  font-size: 22px;
  margin: 0;
  text-align: center;
}

p {
  margin-top: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  padding: 20px;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}

.logo {
  width: 90%;
  max-width: 290px;
}

.energyplatform .logo {
  width: 78%;
  max-width: 250px;
  height: auto;
}
