.body {
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 100%;
  height: 60vh;
}

/* CSS */
.button-30 {
  margin-bottom: 30px;
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


h1, p {
    justify-content: center;
    display: flex;
    color: #5585b5;
  }


.toppane {
  width: 100%;
  height: 100px;
  h1 {
    font-size: 40px;
  }
}

.leftpane {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
  width: 33.3%;
  border: solid;
  border-color: #5585b5;
  h1 {
    color: #5585b5;
  }
  button {
    color: #5585b5;
  }
}

.middlepane {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
  width: 33.3%;
  border: solid;
  border-color: #53a8b6;
  color: #53a8b6;
  h1 {
    color: #53a8b6;
  }
  button {
    color: #53a8b6;
  }
}

.rightpane {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
  width: 33.3%;
  border: solid;
  border-color: #79c2d0;
  color: #79c2d0;
  h1 {
    color: #79c2d0;
  }
  button {
    color: #79c2d0;
  }
}

.bottompane {
  width: 100%;
  height: 100px;
  p {
		font-size: 24px;
  }
}

body {
  margin: 0!important;
}

.d-flex {
  display: flex;
}
