#app {
  width: 100%;
  font-family: 'exo';
  height: 100%;
}

.main {
  height: 100%;
  font-family: 'exo';
  width: 99%;
}

.banner {
  width: 100%;
  background-color: #725ac1;
  height: 12%;
}

.content {
  display: flex;
  flex-direction: column;
  min-height: 50%;
  min-width: 100%;
  font-family: 'exo';
  color: #725ac1;
}

.content p {
    width: 42%;
    float: left;
    margin-top: 1.4em;
    font-size: 12px;
    text-align: center;
}

.content a:hover {
  opacity: 0.8;
}

.content img {
  margin-top: 1%;
  margin-right: 2%;
}



.buttons {
  width: 15%;
  margin: 0 !important;
  height: 100%;
}



/*button styles*/
.button {
  box-sizing: border-box;
  height: 100;
  width: 33.3%;
  background-color: transparent;
  border-style: none;
  margin-top: 4%;
  cursor: pointer;
}

i {
  color: #cac4ce;
  box-sizing: border-box;
  box-shadow: 1px;
}

i:hover {
  color: #242038;
}

/*on/off/all divs*/
.online, .offline {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: auto;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  border-bottom: solid;
  border-width: 2px;
  border-color: #9147ff;
}

.content a {
  color: #725ac1;
  font-weight: bold;
  margin: 1em;
  text-decoration: none;
}

.offline a {
  float: left;
  width: 42%;
  text-align: center;
}

.offline p {
    color:red ;
  text-align: center;
}