body, html {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica", Arial, sans-serif;
  color: #222;
  font-size: 18px;
  margin: 0;
}

.intractive {
  color: #001e49;
}

p {
  margin-top: 0;
}

.button {
  background: #366aed;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 0 30px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.08);
  height: 54px;
  line-height: 54px;
  display: inline-block;
}

.energyplatform .button {
  background: #EE7A00;
}

.energywalks .button {
  background: #EE7A00;
}

.citychallenge .button {
  background: #25ceaa;
}

.muted {
  font-size: 16px;
  color: #545F7A;
}

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

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

.desktop .logo {
  max-width: 280px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 25px;
  margin-left: -52px;
}

.button-wrapper span {
  font-size: 30px;
  margin-right: 4px;
  display: inline-block;
  width: 48px;
}

.text{
  max-width: 400px;
  text-align: center;
  line-height: 1.6;
}

.desktop .text {
  margin-bottom: 50px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.buttons {
  display: flex;
  flex-direction: row;
}
.buttons a {
  margin: 10px;
}
.buttons img {
  max-width: 140px;
}

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